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
 
Top