How do I link a macro to an ActiveX control?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top