Thread: Adding Rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Adding Rows

There are already more than enough rows below 1000 for what you want. What
do you want to do with them?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"JohnUK" wrote in message
...
Hi,
Another problem I have:

Is there a way that rows can be added to the bottom of data depending on a
number given?
For example: If my data ended on row 1000 (The data fluctuates) and I want
another 50 rows added (the amount of rows added would also fluctuate)

Thanks
John