![]() |
Create a column that does not print
I want to have a column that I can see on my screen (it has notes for me),
but that does not print when I print the worksheet. Can i select a column to not print? -- Kelly |
Create a column that does not print
You can create a print area that excludes this column, on the proviso that
said column is at the far right or left of the rest of the sheet. Say your print range is from A1 to G55, with your notes in column H, or else your notes in Column A, and your print range from B1 to say H55. Else you can go for a macro that will hide the column before printing, and then unhide it again, once the worksheet has been printed. -- Hth Kassie Kasselman Change xxx to hotmail "Kelly" wrote: I want to have a column that I can see on my screen (it has notes for me), but that does not print when I print the worksheet. Can i select a column to not print? -- Kelly |
Create a column that does not print
The column is in the middle and I cant move it, but a macro seems like it
would work. Unfortunately I not familar with Macros or how to write them... Do you know of any resources out there that I can go to get something or at least get a little 'educated' -- Kelly "Kassie" wrote: You can create a print area that excludes this column, on the proviso that said column is at the far right or left of the rest of the sheet. Say your print range is from A1 to G55, with your notes in column H, or else your notes in Column A, and your print range from B1 to say H55. Else you can go for a macro that will hide the column before printing, and then unhide it again, once the worksheet has been printed. -- Hth Kassie Kasselman Change xxx to hotmail "Kelly" wrote: I want to have a column that I can see on my screen (it has notes for me), but that does not print when I print the worksheet. Can i select a column to not print? -- Kelly |
Create a column that does not print
If you hide the column it won't print.
You can do this manually by selecting the column and FormatColumnHide. If you want a macro..................... Turn on the macro recorder at ToolsMacroRecord New Macro. Hide the column, do your print, unhide the column. Turn off recorder. Now you have a macro that will do the same thing print after print. If you're not familiar with VBA and macros, see David McRitchie's site for more on "getting started". http://www.mvps.org/dmcritchie/excel/getstarted.htm or Ron de De Bruin's site on where to store macros. http://www.rondebruin.nl/code.htm Gord Dibben MS Excel MVP On Mon, 12 Jan 2009 14:01:01 -0800, Kelly wrote: The column is in the middle and I cant move it, but a macro seems like it would work. Unfortunately I not familar with Macros or how to write them... Do you know of any resources out there that I can go to get something or at least get a little 'educated' |
All times are GMT +1. The time now is 10:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com