I am trying to read in a sheet from an excel with the sheet name "Prep Info & Run Data".
I pass this string to my dynamic input:
R:\Excel.xls|||Prep Info & Run Data$
The error I get back is:
Error: Dynamic Input (8): Error opening table: Microsoft Access Database Engine: 'Prep Info & Run Data$' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.\3125 = -537199594
Error: Dynamic Input (8): Error opening table: Microsoft Access Database Engine: Invalid bracketing of name ' Prep Info & Run Data$'.\3126 = -530252778
Is there anyway around this? Renaming the sheet is out of the question because there are 1300 excels named this way that I need to read in.
Thanks!