How do I link a macro to an ActiveX control?

V

VintageMan

How do I link a macro that has been recorded within the Worksheet to an
ActiveX control?
 
G

Guest

what kind of control?
With most controls i have worked with, right click the
control in design mode, click view code.
sub control()
call yourmacro
end sub
 
G

Guest

what kind of control?
With most controls i have worked with, right click the
control in design mode, click view code.
sub control()
call yourmacro
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top