M
MWK
I'm trying to grab filenames (path & name) from a table. When I add the
cell text to the variable and use it in my code, I get a "cannot find file"
error. If I take the cell information as written and use it like this, it
works:
set mydoc = Documents.Open (filename:="filename"), it will work. If I use a
variable (filename:=sMyFile) it will not work.
Any help would be appreciated.
Thanks
cell text to the variable and use it in my code, I get a "cannot find file"
error. If I take the cell information as written and use it like this, it
works:
set mydoc = Documents.Open (filename:="filename"), it will work. If I use a
variable (filename:=sMyFile) it will not work.
Any help would be appreciated.
Thanks