Harlequin007
Technical User
Hi guys.
Having a bit of a minor headache with an If Then Statement.
Goes like this:
Dim Response As Integer
MsgBox ("Have You Selected a Cell in Column A and below Row 77"), vbYesNo, ("DVW Workbook")
If Response = 6 Then
ActiveCell.Range("A1:L3").Select
(Lots more code here . . .)
ActiveCell.Offset(2, 0).Range("A1").Select
Else
End If
What am I missing . . . ?
But it doesn't seem to matter whether I press Yes or No
-----------------
Cogito Ergo Sum
-----------------
Having a bit of a minor headache with an If Then Statement.
Goes like this:
Dim Response As Integer
MsgBox ("Have You Selected a Cell in Column A and below Row 77"), vbYesNo, ("DVW Workbook")
If Response = 6 Then
ActiveCell.Range("A1:L3").Select
(Lots more code here . . .)
ActiveCell.Offset(2, 0).Range("A1").Select
Else
End If
What am I missing . . . ?
But it doesn't seem to matter whether I press Yes or No
-----------------
Cogito Ergo Sum
-----------------