I am producing a condensed version of a report, reducing the number of columns from around 500 to around 100. I am doing this by capturing the entire range as an array, then passing only the columns I want to a new array and outputing back to worksheet. Very Fast for the data.
However, I also would like to bring in the column formatting --fonts, colors, etc. from the original columns. So I would like to essentially delete the columns I don't want, without explicitly deleting them -- this is way too slow.
Ideas for bringing in the formatting from the original column, or 're-attaching' the formatting back to the data?
I'm a big fan of array processing...
Thanks -- and looking forward to the collective brainpower being harnessed here!
However, I also would like to bring in the column formatting --fonts, colors, etc. from the original columns. So I would like to essentially delete the columns I don't want, without explicitly deleting them -- this is way too slow.
Ideas for bringing in the formatting from the original column, or 're-attaching' the formatting back to the data?
I'm a big fan of array processing...
Thanks -- and looking forward to the collective brainpower being harnessed here!