Hi,
I am trying to activate an workbook thats already open form a cell in the currently active workbook.
so far i have -
but it keeps giving me an error.
I've also tried a few variables of this using the "&" but to no avail.
Sorry for asking what seems like such an obvious question, but I just can't seem to get the right answer.
Thanks in advance
I am trying to activate an workbook thats already open form a cell in the currently active workbook.
so far i have -
Code:
Windows(Filename:=Range("f49").Value).Activate
but it keeps giving me an error.
I've also tried a few variables of this using the "&" but to no avail.
Sorry for asking what seems like such an obvious question, but I just can't seem to get the right answer.
Thanks in advance