F
FARAZ QURESHI
I have the following code but upon clicking the cancel button it is resulting
in Run-time error '424' Object required.
Any suggestions?
Set SRC = Application.InputBox(PROMPT:="Select The First Cell of The
Source Data." & vbNewLine & vbNewLine, Type:=8)
If vbCancel Then
Exit Sub
End If
in Run-time error '424' Object required.
Any suggestions?
Set SRC = Application.InputBox(PROMPT:="Select The First Cell of The
Source Data." & vbNewLine & vbNewLine, Type:=8)
If vbCancel Then
Exit Sub
End If