|
-
Oct 30th, 2002, 05:43 PM
#1
Thread Starter
Hyperactive Member
Pass a string to a Excel Macro??
Is it possible to pass a sting to an Excel Macro?
I can open the macro but I can't pass a sting to it.
-
Oct 31st, 2002, 05:32 AM
#2
Frenzied Member
You can't call the macro with a parameter??
OR
You can't specify in the macro that a parameter has been entered??
If you put
Sub Macro1 (myString as String)
then the macro will be expecting a parameter.
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
|