Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you append new rows to the end of a workbook?
If I find the last row using ActiveCell.SpecialCells(xlLastCell).Row and append my stuff, I often find blank rows above the newly appended ones because somebody had entered data and then cleared it, which moves the LastCell downwards. I am trying to delete the blank rows by looping thru all rows to detect blank ones, but the IsBlank function won't work in VBA. Are there workarounds? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I delete blank rows (rows alternate data, blank, data, etc | Excel Discussion (Misc queries) | |||
Copy rows of data (eliminating blank rows) from fixed layout | Excel Discussion (Misc queries) | |||
Get number of rows that data takes up, including blank rows | Excel Worksheet Functions | |||
Delete blank row only if 2 consecutive blank rows | Excel Programming | |||
Copying and pasting a worksheet to a blank and removing blank rows | Excel Programming |