|
-
Oct 4th, 2005, 07:37 AM
#1
Thread Starter
New Member
Macro to Run from Command Button
I have a macro (module) made in excel, I have also created a VB Project as I want a GUI to get certain variables from input that can be passed to the macro. Giving it more functionality as the msgbox available wont suffice. Basically i have some Check box values, and two dates to pass to the macro (module), then execute the macro by clicking a command button. How would i go about this?
-
Oct 4th, 2005, 08:49 AM
#2
Junior Member
Re: Macro to Run from Command Button
Hi
Is it possible to convert your VB Project to an ActiveX Control or a Librariy?
where you can use as a Reference in your Excel VBA ?
Chris
-
Oct 4th, 2005, 12:53 PM
#3
Re: Macro to Run from Command Button
Alternatively, create a Userform in VBA and put the code in there (which may be some work, depending on how much code you have). Then you can run the entire thing through Excel.
zaza
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
|