burlinghamla
Board Regular
- Joined
- Nov 11, 2014
- Messages
- 74
Our IT security has installed a program which removes all macro's when a file is sent through the firewall. Is there any way I can create the form without macros'
We have about 10 buttons doing various tasks. e.g.
~the button print previews the form~
Sub Button4202_Click()
MsgBox ("Quotation Request Form Correct")
ActiveWindow.SelectedSheets.PrintPreview ' preview
End Sub
We have about 10 buttons doing various tasks. e.g.
~the button print previews the form~
Sub Button4202_Click()
MsgBox ("Quotation Request Form Correct")
ActiveWindow.SelectedSheets.PrintPreview ' preview
End Sub