|
-
Nov 26th, 2005, 03:39 PM
#1
Thread Starter
Addicted Member
Runnng Excel Macro in VB Code
I am able to open a new Excel worksheet in my VB code, but I want to
automatically run an Excel macro when it opens.
I tried this code:
xl.Application.Run "personal.xls!activea"
xl.Application.Run "activea"
But it says that it can't find my macro... Does anyone have an idea
how I can tell the program where to find my macro ?
Thanks ! b
-
Nov 26th, 2005, 03:56 PM
#2
Re: Runnng Excel Macro in VB Code
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
|