View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default Inserting a BLANK row

Hi all,
I have a sheet that has a range that starts from row 33 and MAY (depending
on how many parameters/rows of data are required) extend up to row 43. What I
would like to do is insert a BLANK row between the lines of data. (Data is
column C).
I think the best way would be to search from row 33 down to see where the
last row of data is, then insert blank rows between the lines that contain
data.
Any help would be greatly appreciated!