View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Fausto Arinos Barbuto Fausto Arinos Barbuto is offline
external usenet poster
 
Posts: 7
Default A simple question


"Anne Troy" wrote in message

Like this:
Application.Run "PERSONAL.XLS!Cleanup"


Thanks, Anne. And if I want to be really picky, I might even call
a function/sub like this:

Application.Run "Consequences.xls!Flow.CalculatePressureDrop"

where "Flow" is the name of the module where the function/sub
"CalculatePressureDrop" resides.

Now I can integrate my workbooks properly. :-)

---Fausto