I do know the basics. I am thinking way beyond the basics, and that is probably the problem.
I currently have code that can create a list of the non-selected sheets as text/string and was wanting to have that string recognized as an array of the sheets.
For example:
The above code will output a text string of all the sheets. If I put "MsgBox sheetnames" I get a list of the sheet in the format:
Sheet1, Sheet2, Sheet3, ...
Is there a way to define this as an array that will be recognized by the Sheets command? I do not even know if there is.
I was also trying to modify the following to work, but I cannot get the Sheets(array).select to work.
Bookmarks