Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have this piece of code: I would like to input in row.select the range of the row. cell = Range("A" + CStr(i)).Value cell2 = Range("A" + CStr(j)).Value If (cell) = (cell2) And (cell) < " " Then Rows("""i + ":" + j""").Select Selection.Delete Shift:=xlUp Else i = i + 1 j = j + 1 End If I have a problem in rows statement. Thank you Ina |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA: Column Select then Data Select then return to cell A1 | Excel Discussion (Misc queries) | |||
Macro to select cells without a certain value and select a menu it | Excel Worksheet Functions | |||
Using formulas to select cells (Ex: Select every nth cell in a col | Excel Discussion (Misc queries) | |||
In Excel 2000, How do you select the whole of a worksheet (Select. | Excel Discussion (Misc queries) | |||
In Excel 2000, How do you select the whole of a worksheet (Select. | Excel Discussion (Misc queries) |