Hi,
In cel E7 there is the name of one of my sheets.
Now i want to select this sheet by a macro.
I tried:
Range("E7").Select
Sheets(ActiveCell.Value).Select
but this won't work.
Does anyone know how i can solve this problem?
With kind regards,
Ronald Buikema
In cel E7 there is the name of one of my sheets.
Now i want to select this sheet by a macro.
I tried:
Range("E7").Select
Sheets(ActiveCell.Value).Select
but this won't work.
Does anyone know how i can solve this problem?
With kind regards,
Ronald Buikema