Inserting pages in excel sheet

  • Thread starter Thread starter Ussiddiqui
  • Start date Start date
U

Ussiddiqui

hi , i am in a little prblem

I am dynamically adding rows in the work sheets ... i am adding rows 1
by 1 in the work sheet, but i want that when there are 53 rows complete
in the work sheet , insert a new page in the work sheet and then start
inserting rows in that... please help


Q : how to insert page in a perticular work sheet. so that i can add
new rows from there onward...
 
I think you are talking about inserting a page break. Look in Help for
PageBreak. HTH Otto
 
Ussiddiqui > said:
hi , i am in a little prblem

I am dynamically adding rows in the work sheets ... i am adding rows 1
by 1 in the work sheet, but i want that when there are 53 rows complete
in the work sheet , insert a new page in the work sheet and then start
inserting rows in that... please help


Q : how to insert page in a perticular work sheet. so that i can add
new rows from there onward...

ThisWorkbook.Worksheets.Add
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top