View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
François François is offline
external usenet poster
 
Posts: 40
Default call function from another wb : problem

Hello,
This is the situation

Function UpdateMb

<instructions
application.run(<workbookname!<modulename.<functi onname())
<instructions

End function

When the application.run cmd is running, there is no runtime error. However
the function UpdateMb is rerun immediately without having run the function
from the other wb.

Thanks for your help
Francois.