A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Since the sheet name contains a hyphen, you must enclose it in single straight quotes:
'Countries-Alphabetical'!A2:A231
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Everything I try returns "Could not set the RowSource property. Invalid property value.
I want to use my sheet name "Countries-Alphabetical" for 2 ListBoxes.
Countries-Alphabetical!A2:A231 does not work.
A2:A231 does work but the worksheet has to be activated, which I don't want.
Must be simple.................. please help :-)
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Since the sheet name contains a hyphen, you must enclose it in single straight quotes:
'Countries-Alphabetical'!A2:A231
Thank you Hans, I must have tried everything but! One to remember. :-)