VBA help - multiple sheet in dialog box to create pdf

jackal8

New Member
Joined
Feb 16, 2012
Messages
1
Hi.

I have a workbook with multiple sheets. I would like some help with the VBA that can help me do the following:

  • Select only certain sheets from the workbook
  • Create a dialog box so that a user can pick a more limited number of these selected sheets
  • Combine selected sheets, collated into a single pdf
I am very new to VBA and am not sure that what I'm trying to do is even possible.


Thanks for any help you can provide!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
It is possible..

You can easily export a selection to PDF (including a selection of multiple worksheets).

All you would need to do programmatically is select the worksheet objects you want exported.

You can use Macro Recorder to demonstrate the coding necessary to export worksheets to .PDF
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

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