Hello All, I am new to VBA and programming in general I’ve got an application that runs great in Access but I like to run the same code in Excel when I copy it over I get run- time error 483. It appears that the problem is with Application.echo I know echo is not available in excel, so I was wondering if any body knew what I could use instead.
Any help would be greatly appreciated.
The code is as follow:
Application.Echo True, "P**** batch - " & sRutin
Any help would be greatly appreciated.
The code is as follow:
Application.Echo True, "P**** batch - " & sRutin