Saving as PDF without showing the submit button

HomeTek

New Member
Joined
Jan 27, 2017
Messages
42
Office Version
  1. 365
Platform
  1. Windows
Hi forum,

I have created a macro button that when pressed it saves the current worksheet as a PDF.

This works great except the only thing I do not want to appear on the PDF is the button itself.

Do you know of a way around this please? Other than having the button on a different part of the worksheet/book.

Many thanks
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi

Did you use a Form control or a activex Control

Because Form Controls by default don't Save to a PDF (print =false)

Activex have a property Printobject which defaults to true

creating a PDF is like Printing a file in EXCEL
 
Last edited:
Upvote 0
Hi

Did you use a Form control or a activex Control

Because Form Controls by default don't Save to a PDF (print =false)

Activex have a property Printobject which defaults to true

creating a PDF is like Printing a file in EXCEL

I used an Active X control. Ahhh I never knew that. So simple

Thanks very much for this.

I must go and learn the differences between the 2 types.
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,210
Members
448,874
Latest member
b1step2far

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top