View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Trouble calling macro

If it isn't in the same workbook, you will need to call it with
Application.Run

--
Regards,
Tom Ogilvy


"James W." wrote in message
...
I am trying to call a macro for transfering data from our iSeries Server.
The macro name is fShowTTODialog and I am able to assign it to a custom
button in my toolbar but cannot call it from within a module. What am I
missing??