View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Anne Troy[_2_] Anne Troy[_2_] is offline
external usenet poster
 
Posts: 221
Default A simple question

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

*******************
~Anne Troy

www.OfficeArticles.com


"Fausto Arinos Barbuto" wrote in message
...

Hi,

I have two workbooks, "A" and "B", and both are open and contain
macros/functions. How do I call (execute), from "A", a macro in "B"?
Is that possible?

Thanks in advance for any help!

---Fausto