G
Gert-Jan
In my sheet I use a formula for creating an adress. For example: In
Sheet1!A1 there is (as tekst) "Sheet2!A1:A10". In a macro I have to select
that "Sheet2!A1:A10".
I know that there are better ways, but in this case I must use this.
What syntax should I use? Worksheets(Sheet1).Range(A1).Value.Select doesn't
work
Sheet1!A1 there is (as tekst) "Sheet2!A1:A10". In a macro I have to select
that "Sheet2!A1:A10".
I know that there are better ways, but in this case I must use this.
What syntax should I use? Worksheets(Sheet1).Range(A1).Value.Select doesn't
work