How do I link a macro to an ActiveX control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I link a macro that has been recorded within the Worksheet to an
ActiveX control?
 
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
 
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

Back
Top