Solved
Forum Discussion
Marsha_R
Champion Level 3
3 years agoSure! Make it as a string variable
myexcelvariable = "c:\myexceldirectory\myexcelworkbook.xls"
then choose that variable any place you need the file name
If you need to combine it with another string, you would use it in a code expression similar to this
- nastester3 years agoRegular Contributor
Hi Marsha,
When trying that, I am getting an exception saying file is not found.
See screenshots.