Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, and Many Thanks in Advance!
Using the following code: For Cbar = 1 To Application.CommandBars.Count For Each Ctl In CommandBars(Cbar).Controls Application.CommandBars(Cbar).FindControl(Id:=4 Recursive:=True).Enabled = False Next Ctl Next Cbar I can disable the different CommandBars print Controls, but the printPreview Print Control is still enabled 1) Is it possible to disable it, and how?? -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try doing it with ID=109
Print Pre&view=109 ... at least for XL2003 and 200 -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
with 109, I will disable the printpreview.
i know that. But: is it possible, enable the PrintPreview controls and disable the Prin control located within the PrintPreview -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I disable the ActiveX Control prompt? | Excel Discussion (Misc queries) | |||
Disable Excel Control | Excel Programming | |||
Disable Excel Control | Excel Programming | |||
Disable control down (cntl D) on a worksheet | Excel Programming | |||
Disable Control s | Excel Programming |