Hi
I've a Macro called Sheet3. Find_First2
I've set up a user form and in it there's a command button that I need to run the above macro.
I'm using the below code but won't work for me, just highlights in yellow.
Private Sub CommandButton1_Click()
Sheet3.First2
Unload Me
End Sub
Any advice would be great
I've a Macro called Sheet3. Find_First2
I've set up a user form and in it there's a command button that I need to run the above macro.
I'm using the below code but won't work for me, just highlights in yellow.
Private Sub CommandButton1_Click()
Sheet3.First2
Unload Me
End Sub
Any advice would be great