In this post we see how to export data in Excel as PDF using VBA macros. The data can be a range or table in a worksheet, the whole worksheet, or the entire workbook. The PDF file is saved to the specified drive path with a given file name. We can choose to open the PDF file after the export.
Thursday, February 20, 2025
Saturday, November 16, 2024
Add Sheets From Selection Excel VBA Macro
This simple macro example adds as many sheets to the workbook as cells in the selected range. The name of each sheet corresponds to the value in the cell. It is a quick way to format a workbook from a template of sheets to be added.
Saturday, November 12, 2022
Unhide All Sheets And Cells Excel VBA Macro
In this post we see how to unhide all sheets and cells in Excel using VBA macros. The macro loops through each worksheet in the workbook to make any hidden or very hidden worksheet visible. At the same time and while in the loop, it also unhides all rows and columns, which subsequently unhides all the cells in that worksheet.
Saturday, December 11, 2021
Compare Two Worksheets Excel VBA Macro
In this macro example, we compare two worksheets with data from two different versions of the same data set. Thus, we can see if there are any changes in version 2 compared to version 1. The changes are highlighted in yellow.
Friday, September 24, 2021
Separate Sheets Into Workbooks Excel VBA Macro
This macro example separates sheets into new workbooks, keeping the original workbook. Each new workbook takes the name of the sheet and contains one single sheet with its original contents.







