Hello,
If I have the following range:
please can you tell me how to make this range automatically update if, say, a column is added between columns E and F? e.g. in this case I would want the range to change to:
Thanks,
Poiu
If I have the following range:
Code:
Set output_data_range_part_1 = Sheets("Dates database") _
.Range("D1:G10")
please can you tell me how to make this range automatically update if, say, a column is added between columns E and F? e.g. in this case I would want the range to change to:
Code:
Set output_data_range_part_1 = Sheets("Dates database") _
.Range("D1:[B]H[/B]10")
Thanks,
Poiu