|
-
Jun 30th, 2005, 02:54 PM
#1
Thread Starter
Lively Member
Use one workbooks variables from another?
Is it possible, while using workbookA, to call a macro from workbookB and access the variables from workbookB's macro?
workbookB has a macro named newSession()
I run it from workbookA with:
Application.Run "workbookB!Module1.newSession"
newSession populates a Global variable session1
is it possible to access the variable session1 from the code in workbookA?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|