Hello all,
Id just like to say thanks for all the help that you guys are giving it ha really helped me get off my feet on this self interest project.
I just have one last problem I would like to fix in my excel file.
I have a range defined using excel called "Range1"
Range1 is set on Sheet1 A1:A6
Sheets("Sheet1").Range("Range1") can be used to set the values of the range but what I want to do is set a new range.
When my VB scrip updates I would like to change the range (not the values) to A2:A7
I can only seem to find information on how to change the values not the range itself.
I've heard there is something like preserve? to keep the values.
Thanks
Id just like to say thanks for all the help that you guys are giving it ha really helped me get off my feet on this self interest project.
I just have one last problem I would like to fix in my excel file.
I have a range defined using excel called "Range1"
Range1 is set on Sheet1 A1:A6
Sheets("Sheet1").Range("Range1") can be used to set the values of the range but what I want to do is set a new range.
When my VB scrip updates I would like to change the range (not the values) to A2:A7
I can only seem to find information on how to change the values not the range itself.
I've heard there is something like preserve? to keep the values.
Thanks