Need Help Generating PDF Paginated Reports from Excel VBA

CesarF

New Member
Joined
May 16, 2009
Messages
28
Hello everyone,

I'm currently working with data stored in SQL Server and need to generate PDF paginated reports using an Excel VBA macro.
Ideally, I'm looking for a simple and efficient tool (preferably open-source) that can be integrated with VBA to automate the report generation process.

Does anyone have recommendations for libraries, tools, or solutions that can help with this?
Any suggestions or guidance would be greatly appreciated!

Thank you in advance!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Try creating the actual report using Power Query and generate the PDF files from the queries with a macro.
 
Upvote 0
Hi @Misca,

Thank you for your input! However, I’m using SQL instead of PowerQuery due to the nature of my data, and there’s no issue with the data itself. I implemented a macro with pagination logic in another report, but I’m not happy with it.

I’m looking for a more efficient or user-friendly solution. Any suggestions?

Thanks again!

Best regards,
Cesar
 
Upvote 0

Forum statistics

Threads
1,224,811
Messages
6,181,082
Members
453,021
Latest member
Justyna P

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