gmedalla999
New Member
- Joined
- Apr 23, 2016
- Messages
- 8
Hello I need help on my macro - it doesnt seem to work. I need to define Array of Sheets based on cell value from A1. thank you very much in advance
'Part of the Code
A = Activesheet.Range("a1").Value
'where Range ("A1") contains the name of Sheets to be chosen e.g. "P001", "P002", "P003"
Sheets(Array(A)).Select
'Part of the Code
A = Activesheet.Range("a1").Value
'where Range ("A1") contains the name of Sheets to be chosen e.g. "P001", "P002", "P003"
Sheets(Array(A)).Select