I created VBA program now how do I make a menu button to launch it. instead of clicking Tools, Macros etc etc
DougP
< I love mine
DougP
< I love mine
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
^C^C-vbarun;"ListChainCustody";
^C^C-vbarun "Module1.ListChainCustody"
^C^C-vbarun "ThisDrawing.ListChainCustody"
Sub LoadChainOfCustody()
'this sub is necessary to load the form
frmChainOfCustody.Show
End Sub
^C^C-vbarun "Module1.LoadChainOfCustody"