View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Triger macro on and of a file on diff. machine


Try

Application.Run ("'excelfilename.xls'!macroname")

If this post helps click Yes
---------------
Jacob Skaria


"Kash" wrote:

Hi, Say I have 5 files in a shared folder which are linked to master.xls and
these files are opened on different machines. Can I some how make a macro
which is on these files to run from master.xls?