View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ezil ezil is offline
external usenet poster
 
Posts: 43
Default problem wtih worksheets activate

I am using same office-2003 in two computers but in one computer the
following code only works
workbooks("abc.xls").activate
but in another computer
workbooks("abc").activate only works
But i want to use both the computer changing the code is time consuming
process
How to do this task so that both computer should accept the same code.
Thanks for reply