Hi can anyone help me with a problem I'm having around referencing unknown worksheet names. I've just started using VBA so not too clued up i'm afraid.
I currently have a user form and depending on the answers given, this creates the worksheet name. The worksheet therefore has an unknown name in my VBA coding
I then run a macro from this unknown named sheet which looks to other known named worksheets.
I then want to transfer the information from the known named worksheet back into the unknown one.
I can get the unknown worksheet name into a cell on the known named sheet, so maybe there is a way to reference the cell as the unkown worksheet name to put the information back in?
Any help much appreciated.
thanks
I currently have a user form and depending on the answers given, this creates the worksheet name. The worksheet therefore has an unknown name in my VBA coding
I then run a macro from this unknown named sheet which looks to other known named worksheets.
I then want to transfer the information from the known named worksheet back into the unknown one.
I can get the unknown worksheet name into a cell on the known named sheet, so maybe there is a way to reference the cell as the unkown worksheet name to put the information back in?
Any help much appreciated.
thanks