View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] tanglk@gmail.com[_2_] is offline
external usenet poster
 
Posts: 2
Default How to run a macro (in personal.xls) whatever file (in the listing) open

I have a macro in personal.xls. I want the macro in personal.xls to
execute whenever a file is open. Based on the filename, i will further
execute certain commands.

The filename that fit the criteria is listed in personal.xls as well.

regards