Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I i am fill an excel worksheet using vb.net. The data to enter are for example : serial number, name and age. I have created the first page of the excel file (title , margins, bold lines between cells (i mean the grid) etc) and it works fine as long as data provided fit in one page... If data exceeds the first page then the format is not there. I know it's not supposed to be there :-) but is there a way to instruct excel to recreate the first page's pattern to the rest of the pages (especially the grid)? Thx a lot theodore |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can copy the existing worksheet's UsedRange, then on the new worksheet
execute a ..PasteSpecial xlPasteFormats "juststarter" wrote: Hello, I i am fill an excel worksheet using vb.net. The data to enter are for example : serial number, name and age. I have created the first page of the excel file (title , margins, bold lines between cells (i mean the grid) etc) and it works fine as long as data provided fit in one page... If data exceeds the first page then the format is not there. I know it's not supposed to be there :-) but is there a way to instruct excel to recreate the first page's pattern to the rest of the pages (especially the grid)? Thx a lot theodore |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I dont want neither to use the pasting on another workseet (i want to use it
on consequent pages of the same workseet) or use vb.net (or vba). I am asking if there is a way - as an excel end user - to create something like a repeating pattern for each page of a worksheet "Duke Carey" wrote: You can copy the existing worksheet's UsedRange, then on the new worksheet execute a .PasteSpecial xlPasteFormats "juststarter" wrote: Hello, I i am fill an excel worksheet using vb.net. The data to enter are for example : serial number, name and age. I have created the first page of the excel file (title , margins, bold lines between cells (i mean the grid) etc) and it works fine as long as data provided fit in one page... If data exceeds the first page then the format is not there. I know it's not supposed to be there :-) but is there a way to instruct excel to recreate the first page's pattern to the rest of the pages (especially the grid)? Thx a lot theodore |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I get the 1st 2 rows on my document to print on all pages | Excel Discussion (Misc queries) | |||
I have too many columns and rows, so it prints too many pages. | New Users to Excel | |||
Rows to repeat at the bottom | Excel Worksheet Functions | |||
Print Rows to repeat at the bottom | Excel Worksheet Functions | |||
Limiting the # of pages for Repeat Column Labels | Excel Discussion (Misc queries) |