S
Sandy
Hi
How can I check the output from the following to ensure
that only one row has been selected
Dim rRange As Range
Set rRange = Application.InputBox(Prompt:="Please select any entry within
" _
& vbCrLf & "the row you would like to amend.", _
Title:="Select a row", Type:=8)
Thanks
Sandy
How can I check the output from the following to ensure
that only one row has been selected
Dim rRange As Range
Set rRange = Application.InputBox(Prompt:="Please select any entry within
" _
& vbCrLf & "the row you would like to amend.", _
Title:="Select a row", Type:=8)
Thanks
Sandy