Hi,

I have a code that exports certain ranges to text file but the format is little bit tricky. Here is the idea:

Colum1 Colum2 Column3 Column4
Value 1 Value 1 Value 1 Value 1
Value 1 Value 1 Value 1 Value 1
Value 1 Value 1 Value 1 Value 1
Value 1 Value 1 Value 1 Value 1

I have following code:

Please Login or Register  to view this content.
This code exports first few columns and then adds remaining columns but below the first two. Formatted that way they are written to text file.

I would like to alter this code in some way that one column (2 for example) is skipped when the remaining are written to text file. More importantly I want to keep the same format as above without putting
last two columns below first two. Simply said nothing should change except to skip Column 2 when writing to text file.

Please help me with this. It is quite urgent.

Thanks!!!