Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am trying to print out a complete sheet, regardless of its size. i am doing
the below code, which i think is working. local nrows nRows = oSheet.usedrange.Currentregion.Rows.Count osheet.printout(nrows) However, it also will print out column 'h' which is hidden. can i stop that row/column from printing and still have a print area that will grow and shrink with the size of the data? i am using VFP6, thanks in advance. Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting print areas | Excel Discussion (Misc queries) | |||
Printing Hidden Cells | Excel Discussion (Misc queries) | |||
Setting Print Areas | Excel Discussion (Misc queries) | |||
Not printing hidden cells | Excel Discussion (Misc queries) | |||
Printing non-adjacent areas on seperate sheets in one print job | Excel Programming |