Hi,
The following code opens the user form on button click.
How could this code be further changed so that it wont open the user form if cell A2 is empty.
IF cell A2 is empty it would should show a message saying please fill cell A2
Any help would be appreciated.
The following code opens the user form on button click.
Code:
Sub ShowFrom()
frmCheck.Show vbModeless
End Sub
How could this code be further changed so that it wont open the user form if cell A2 is empty.
IF cell A2 is empty it would should show a message saying please fill cell A2
Any help would be appreciated.