View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
smck smck is offline
external usenet poster
 
Posts: 12
Default Lines Between rows

Hi Jacob,
Thanks for your response. From your answer I realized I may not have
explained my request clearly. What I mean is inserting blank rows between the
rows of data, e.g.

123 456 678 875
345 823 230 985
123 832 910 330

needs to be:

123 456 678 875


345 823 230 985


123 832 910 330

Thanks

"Jacob Skaria" wrote:

If you mean cell border; you can do that in one shot from menu
FormatCellsBorders.

If this post helps click Yes
---------------
Jacob Skaria


"smck" wrote:

I am working in Excel 2003 and need to insert lines sometimes one, two or 3
between rows with data. I am now doing it manually which is very tedious. Is
there a command or macro that can do this?

Thanks