Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found it, next to the On Error <vbg
Bob "Dave Peterson" wrote in message ... Dim rng As Range set rng = Application.Inputbox("Select a cell",Type:=8) If rng Is Nothing Then 'do nothing else rng.select End If I bet you dropped a Not somewhere. Please check the floor near the pc. Bob Phillips wrote: Dim rng As Range set rng = Application.Inputbox("Select a cell",Type:=8) If rng Is Nothing Then rng.select End If This techniwue allows you to select a range from within the inputbox, and that range is returned. -- HTH Bob Phillips "steve" wrote in message ... is there a way i can put an input box on my spread sheet, where the user can type in a job # and it will take them to that cell? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to input pictures automatically based on cell input? | Excel Worksheet Functions | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
=SUMIF(Input!H2:H718,AZ19,Input!E2:E685)AND(IF | Excel Worksheet Functions | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |