Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My coding takes a row number from the InputBox and calls
it RName. Using this RName (row) I want to select 11 cells on that row to ClearContents. I keep getting a seperator error and possibly more once I correct that issue. My coding is as follows: Dim RName As Integer On Error GoTo addError (links at bottom of my code & is ok) RName = InputBox ("Enter...") If RName = 6 Then ActiveSheet.Cells("RName,10:RName,12:RName,14:.... .. _ RName,30").ClearContents thanks, Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
INTRICATE PROBLEM- How to find multiple text,excluding "H", in a multiple range of cells, then replacing 0 with another number in another cell | Excel Worksheet Functions | |||
Newbie stuck on Passing a Variable into a Range | Excel Programming | |||
Newbie stuck on Passing a Variable into a Range | Excel Programming | |||
Newbie stuck on Passing a Variable into a Range | Excel Programming | |||
Newbie stuck on Passing a Variable into a Range | Excel Programming |