View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Personal.xls Macros



"Mark" wrote in message
...
The only way to make it work
is to use the Application.Run command. But you can not
pass arguements using that approach.


Application.Run "MYCUSTOM.XLM!My_Func_Sum", 1, 5