Greetings,
I would like to be able to include a variable value in part of a workbook name. The line of code requiring a variable value (the workbook name changes each time the file is accessed) is below:
what is the syntax for including an integer variable in this situation?
Thanks!
I would like to be able to include a variable value in part of a workbook name. The line of code requiring a variable value (the workbook name changes each time the file is accessed) is below:
Code:
Set GLD = Workbooks("GLD_US_archive_EN(integer variable goes inside the brackets).csv")
what is the syntax for including an integer variable in this situation?
Thanks!