hy forum,
would need your support with the following challenge:
i have raw data with several columns - which can also contain blank columns or uneeded data ; i would like to copy information from only several columns into a new excel file.
here is an example:
row data
col1 blankcol column2 blankcol column3
the layout in the excel i create should be
col1 column2 column3
i've tried using Union but i don't quite get the code to select the range retrieved with Union and copy it in the new excel file.
would need your support with the following challenge:
i have raw data with several columns - which can also contain blank columns or uneeded data ; i would like to copy information from only several columns into a new excel file.
here is an example:
row data
col1 blankcol column2 blankcol column3
the layout in the excel i create should be
col1 column2 column3
i've tried using Union but i don't quite get the code to select the range retrieved with Union and copy it in the new excel file.