Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I set up a InputBox to capture the ROW that the user would
like to Delete, If Input = 6 then ClearContents of the row, etc. I started like this: Dim RName as Interger RName=InputBox("Enter Row to be deleted", "Row Number") How do I use the "RName" to select and delete the entire row? I used the RName like this: If RName = 6 Then |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt user for input and utilize that input | Excel Worksheet Functions | |||
Saving without deleting previous input | Excel Worksheet Functions | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
deleting rows that are not equal to a value entered from an input box, Please Help Me | Excel Programming | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |