tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi,
Is it possible to run more than one macro on a Command Button and if so, how do I go about doing it?
My Code below works for one macro (PDFRentalStmtNo1) but returns an error once I add the other two (Asset_Hide_Pro_1 and Asset_Hide_Chat_1). Thank you!
Is it possible to run more than one macro on a Command Button and if so, how do I go about doing it?
My Code below works for one macro (PDFRentalStmtNo1) but returns an error once I add the other two (Asset_Hide_Pro_1 and Asset_Hide_Chat_1). Thank you!
Code:
Private Sub CommandButton1_Click()
Asset_Hide_Prop_1
Asset_Hide_Chat_1
PDFRentalStmtNo1
End Sub