Relative Content

Tag Archive for excelvbaselect

Selecting all non-blank cells in variable range in Excel VBA to export

I have a data set in Excel. Starting at column C, it has continuous data from C2 to a variable number that changes everytime it is used For every row of continuous data in column D, I want to select column C-J’s rows as well. I’m trying to select this data to create a new excel with that data.