VBA code to select all columns contain any data in specific row

carlsonleahm

New Member
Joined
Aug 19, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Looking for some VBA code! Each day, I run reports, then I manually select the columns I want so that I can set my print area and print to PDF. I'm looking for some VBA code that can identify the columns that have data in them so that I do not have to manually select the columns. The catch is that the number of columns changes depending on the time period of the report as there is a column for each month in the report.

How can I identify all columns that have data in row 2 and then select those columns? In the example below, I would want columns A:F selected.


Screenshot 2024-08-19 165506.png
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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