P
ProjectUser
I’ve created a fairly simple macro that I’d like to assign to a command
button.
Here’s the code I’ve used, but has failed on me.
Private Sub CommandButton1_Click()
Dim mac As Application
mac.Macro “Show Value"
End Sub
Can someone help me with this error?
Thanks.
button.
Here’s the code I’ve used, but has failed on me.
Private Sub CommandButton1_Click()
Dim mac As Application
mac.Macro “Show Value"
End Sub
Can someone help me with this error?
Thanks.