Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have code to input data into a sheet, then Print Preview the shet for the USER to either view as
is, or Print. Problem is Excel 2007 Print Preview button to PRINT the sheet is DISABLED. How can i enable the Print Button? Corey.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's not disabled for me.
Is it disabled for all workbooks for you? Corey wrote: I have code to input data into a sheet, then Print Preview the shet for the USER to either view as is, or Print. Problem is Excel 2007 Print Preview button to PRINT the sheet is DISABLED. How can i enable the Print Button? Corey.... -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave, It seems to be disabled for ONLY the Excel Application working on.
If a blank sheet is created and 1 value placed in the sheet, Print Preview used, then the option to Print is enabled. But not when run from the code. The line of VBA i use is : ActiveWindow.SelectedSheets.PrintPreview Any idea's? "Dave Peterson" wrote in message ... It's not disabled for me. Is it disabled for all workbooks for you? Corey wrote: I have code to input data into a sheet, then Print Preview the shet for the USER to either view as is, or Print. Problem is Excel 2007 Print Preview button to PRINT the sheet is DISABLED. How can i enable the Print Button? Corey.... -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I ran the same line from code and the print button was enabled.
Did you try that same line of code on a new worksheet in a new workbook? I don't really have a guess. I know that the ribbom can be customized, but I'm not sure how (or if) the print preview ribbon can be changed. Corey wrote: Dave, It seems to be disabled for ONLY the Excel Application working on. If a blank sheet is created and 1 value placed in the sheet, Print Preview used, then the option to Print is enabled. But not when run from the code. The line of VBA i use is : ActiveWindow.SelectedSheets.PrintPreview Any idea's? "Dave Peterson" wrote in message ... It's not disabled for me. Is it disabled for all workbooks for you? Corey wrote: I have code to input data into a sheet, then Print Preview the shet for the USER to either view as is, or Print. Problem is Excel 2007 Print Preview button to PRINT the sheet is DISABLED. How can i enable the Print Button? Corey.... -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't understand why the Print button is disabled either but does this
code do the same thing? ActiveSheet.PrintOut Preview:=True -- Jim "Corey" wrote in message ... | Dave, It seems to be disabled for ONLY the Excel Application working on. | If a blank sheet is created and 1 value placed in the sheet, Print Preview used, then the option to | Print is enabled. | But not when run from the code. | | The line of VBA i use is : | ActiveWindow.SelectedSheets.PrintPreview | | Any idea's? | | | "Dave Peterson" wrote in message | ... | It's not disabled for me. | | Is it disabled for all workbooks for you? | | Corey wrote: | | I have code to input data into a sheet, then Print Preview the shet for the USER to either view as | is, or Print. | Problem is Excel 2007 Print Preview button to PRINT the sheet is DISABLED. | | How can i enable the Print Button? | | Corey.... | | -- | | Dave Peterson | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
### in print preview while using autofit in Excel 2007. | Excel Discussion (Misc queries) | |||
Distorted Print Preview in Excel 2007 | Charts and Charting in Excel | |||
Excel 2007 - Problems using print preview and PDF/XPS conversion without having a printer defined | Excel Discussion (Misc queries) | |||
Excel 2007 print preview | Excel Discussion (Misc queries) | |||
In excel: when in print preview, 1 button to 'maximise margins' | Excel Worksheet Functions |