View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Simon Lloyd[_891_] Simon Lloyd[_891_] is offline
external usenet poster
 
Posts: 1
Default CORRECT SYNTAX FOR RUN...


Perhaps something like this?

Application.Workbooks.Open ("C:\Documents an
Settings\Simon\Desktop\test.xls")
With Workbooks("test.xls")
Application.Run ("Macro1")
End Wit

--
Simon Lloy
-----------------------------------------------------------------------
Simon Lloyd's Profile: http://www.excelforum.com/member.php...nfo&userid=670
View this thread: http://www.excelforum.com/showthread.php?threadid=57321