Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have cuestion ...
How can I set the PrintPreview Menu turn off from a programming macro or set Enabled off some buttons from this command bar, keeping my principal macro running. I have a button named " Print Preview" and I want that anybody cant make changes in my setup page. thanks... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
explicate un poco mejor. que tratas de hacer.
are you trying to disable the print preview form the menu bar and the toolbar? "luis ortiz" wrote in message ... Hi, I have cuestion ... How can I set the PrintPreview Menu turn off from a programming macro or set Enabled off some buttons from this command bar, keeping my principal macro running. I have a button named " Print Preview" and I want that anybody cant make changes in my setup page. thanks... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
lo que yo deseo hacer es lo siguiente:
tengo una userform1 con 1 controlbuttom llamado imprimir fomato este boton muestra en forma de "print preview" la hoja o el formato deseado: woksheets("hoja1").printpreview y lo que necesito es saber si existe una forma para desabilitar ciertos botones del menu de print preview es decir solo dejar activos algunos como: next, preview, close, print. esto para eviar que los usuarios cambien los parametros del setup de la hoja o los margenes espero que me ayudes y creo que algien llamado joe tambien pregunta lo mismo ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lortiz,
Just make sure that you have hidden your user form, otherwise you may not be able to close the Print Preview. ie. yourUserForm.Hide or Unload yourUserForm Do this before passing the .PrintPreview command. Enjoy. Paul. "lortiz" wrote in message ... lo que yo deseo hacer es lo siguiente: tengo una userform1 con 1 controlbuttom llamado imprimir fomato este boton muestra en forma de "print preview" la hoja o el formato deseado: woksheets("hoja1").printpreview y lo que necesito es saber si existe una forma para desabilitar ciertos botones del menu de print preview es decir solo dejar activos algunos como: next, preview, close, print. esto para eviar que los usuarios cambien los parametros del setup de la hoja o los margenes espero que me ayudes y creo que algien llamado joe tambien pregunta lo mismo ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Plot Area Automatically Expands in Print and Print Preview | Charts and Charting in Excel | |||
First page of Excel sheerepeats in print layout or print preview | Excel Discussion (Misc queries) | |||
Print and Print Preview Graphic Moving Resizing 2007/2003 | Excel Discussion (Misc queries) | |||
print preview v page break preview | Excel Discussion (Misc queries) | |||
cell borders that I create dont show on print preview or print | Excel Discussion (Misc queries) |