Check it
![]()
Sub Button2_Click() Dim r As Range Set r = Range("A1") If r.Value = "No Revision" Then MsgBox r.Value Else MsgBox r.Value & " Selected" MsgBox "this is where you run the SaveMAcro " End If End Sub
Check it
![]()
Sub Button2_Click() Dim r As Range Set r = Range("A1") If r.Value = "No Revision" Then MsgBox r.Value Else MsgBox r.Value & " Selected" MsgBox "this is where you run the SaveMAcro " End If End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks