Disable printPreview's Print Control! is it possible????

A

Andoni

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??
 
A

Andoni

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top