View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Call routines of other workbooks?

See the help for Application Run



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Robert Crandal" wrote in message ...
Is it possible to open another macro enabled workbook and
call any subroutines that exist in modules of that workbook??
I know how to write code that opens another workbook, but
I'm not sure if I can call other subroutines of that workbook.

thank u