Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Inserting blank rows

How do insert 2 blank rows above row n. n is an integer

thanks
chuck
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Inserting blank rows

Dim n As Long
n = 5
Rows(n).Resize(2).Insert

ChuckM wrote:

How do insert 2 blank rows above row n. n is an integer

thanks
chuck


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inserting blank rows PL Excel Discussion (Misc queries) 4 December 16th 09 02:35 PM
Inserting blank rows in Excell JulieA Excel Discussion (Misc queries) 4 May 27th 09 07:18 PM
Inserting blank rows plus using Sum Bill95051 New Users to Excel 3 April 8th 09 07:38 PM
Inserting Blank rows between items JB Excel Discussion (Misc queries) 6 June 5th 08 01:06 PM
Inserting Blank rows after every row upto 2500 rows Manju Excel Worksheet Functions 8 August 22nd 06 12:54 PM


All times are GMT +1. The time now is 04:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"