I have a cell that i have typed a range in.
I am writing a function in VB to use as a macro in excel, but i need to be able to use the range in the cell A1, so how can i tell VB goto cell A1 and use its contents as a range. so i can then use the macro to copy / paste items in that range back into other parts of my worksheet?
Example contents in cell A1:
B100:B500
thanks a lot
punx!
I am writing a function in VB to use as a macro in excel, but i need to be able to use the range in the cell A1, so how can i tell VB goto cell A1 and use its contents as a range. so i can then use the macro to copy / paste items in that range back into other parts of my worksheet?
Example contents in cell A1:
B100:B500
thanks a lot
punx!