Thread
:
Inserting a variable number of rows in a worksheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
Inserting a variable number of rows in a worksheet
numrows = 5
range("B9").EntireRow.Resize(NumRows).Insert
--
Regards,
Tom Ogilvy
"kls" wrote in message
...
*** Sent via Developersdex
http://www.developersdex.com
***
Don't just participate in USENET...get rewarded for it!
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy