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

I wrote about this yesterday, but I cannot find the message today...

ws.Rows(j + 1).EntireRow.Insert i - 1

Is there a waym, besides a for-loop, to insert multiple rows in one
step?

WBR
Sonnich

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Insertting multiple rows

JE McGimpsey posted the following answer to your previous post:-

ws.Rows(j + 1).Resize(i - 1).Insert

regards,

OssieMac

"Sonnich Jensen" wrote:

I wrote about this yesterday, but I cannot find the message today...

ws.Rows(j + 1).EntireRow.Insert i - 1

Is there a waym, besides a for-loop, to insert multiple rows in one
step?

WBR
Sonnich


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
Hpw do I delete multiple empty rows found between filled rows? Bill Excel Worksheet Functions 2 November 15th 09 07:12 PM
Counting characters in multiple rows when rows meet specific criteria news.virginmedia.com Excel Worksheet Functions 3 June 28th 08 09:03 PM
Copying multiple rows to other worksheets (but amount of rows varies) - How? David Smithz Excel Discussion (Misc queries) 1 June 18th 06 04:31 PM
need to replicate insertting a row from 1 worksheet into another giterdun Excel Discussion (Misc queries) 12 November 14th 05 05:00 PM
Inserting multiple rows in excel with data in consecutive rows technotronic Excel Programming 2 October 20th 05 03:12 PM


All times are GMT +1. The time now is 02:09 AM.

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"