View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
STEVE BELL STEVE BELL is offline
external usenet poster
 
Posts: 692
Default Find blank row then add another blank row

The following worked in Excel 2000 (one line fits all)
Caution - if there is more than one blank row between , it will insert
multiple rows.

change the range to fit your workbook.

Range("C1:C9").SpecialCells(xlCellTypeBlanks).Enti reRow.Insert

--
steveB

Remove "AYN" from email to respond
"Tbal" wrote in message
...

I have a fairly large spreadsheet wherein there are multiple rows
of related data separated by single blank rows. I need VB code that
will find each of the blank rows and then add another blank row
adjacent to it so that I will have a total of 2 blank rows between each
set of related data. Any suggestions would be greatly appreciated!


--
Tbal
------------------------------------------------------------------------
Tbal's Profile:
http://www.excelforum.com/member.php...o&userid=25317
View this thread: http://www.excelforum.com/showthread...hreadid=388085