Hi this is my code. I want to select the sheet name that is the same as the login name. Each login name will have a sheet of its own.
i tried this code and i have error on Sheets(Variable).Select
Email = Sheets("Trading Platform").LoginName.Value
Variable = Email
MsgBox Email
Sheets(Variable).Select
i tried this code and i have error on Sheets(Variable).Select
Email = Sheets("Trading Platform").LoginName.Value
Variable = Email
MsgBox Email
Sheets(Variable).Select