Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Cereldine,
You should also check if user selected valid range or didn't hit cancel button: Dim rng As Range On Error Resume Next Set rng = Application.InputBox("Click Cell You wish to change", Type:=8) If Err < 0 Then MsgBox "Not valid range or cancel" End If Regards, Ivan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
An alternate input method? | Excel Discussion (Misc queries) | |||
Numerical Input via an inputbox method | Excel Programming | |||
Numerical Input via an inputbox method | Excel Programming | |||
Find method using User input | Excel Programming | |||
How can I improve the find method? | Excel Programming |