Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
I bet you have pretty borders around all the cells -- and you don't want those
future rows to print. Saved from a previous post: Can you use data|Filter|autofilter to show just the rows that don't appear empty? === If those formulas appear at the end of the data and you don't want to use autofilter... If I can pick out a column indicates if that row is used or not, then I like this technique: (I used column A in my sample, but you can use any column you want.) Insert|Name|Define Names in workbook: Sheet1!LastRow Use this formula Refers to: =LOOKUP(2,1/(Sheet1!$A$1:$A$1000<""),ROW(Sheet1!$A$1:$A$1000) ) (Make that 1000 big enough to extend past the last possible row.) Then once mo Insert|Name|Define Names in workbook: Sheet1!Print_Area Use this formula Refers to: =OFFSET(Sheet1!$A$1,0,0,lastRow,3) That last 3 represents the last column to print (A:C in my example). And change the worksheet (sheet1) if necessary (in all the places). ranger1701 wrote: I am merging several worksheets on only want to print upto the point data is entered. Its a log, and I only need the lines to print up to the last log entry. Its need to be set up so that the users of the sheet only hit the print button. Its all they can do. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing Data from two 2 worksheets | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Pull data from another sheet based on certain criteria | Excel Discussion (Misc queries) | |||
pull data from sheet two, then fill in the data to sheet one (part | Excel Worksheet Functions |