View Single Post
  #1   Report Post  
 
Posts: n/a
Default How do I link a macro 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

-----Original Message-----
How do I link a macro that has been recorded within the

Worksheet to an
ActiveX control?
.