View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jez[_6_] Jez[_6_] is offline
external usenet poster
 
Posts: 2
Default running a macro on a different operating system

Hi,

I'm new to programming in VBA. I just finished my first real project.
I automated some processes in a sales worksheet for my old employer. I
worked on this macro at home using my Excel 2003 on Windows XP.
However, my employer's systems are still on Windows 2000 and Office
2000. Some parts of the macro work great, but I get some silly errors.
For instance, the command "application.goto := "myrange" is not
recognized as a valid command. However, in another portion of the
macro, this same command works! Is this just version related, or is
there something else I can try? I would appreciate the help.