Assume I want to concatenate a literal text value and a variable value for a function parameter
then the following does NOT work:
objWorkbook.Sav eAs("D:\work\v1 _" + Filename)
The variable "Filename" is filled with a valid value.
So how do I otherwise concatenate two parts?
Tony
then the following does NOT work:
objWorkbook.Sav eAs("D:\work\v1 _" + Filename)
The variable "Filename" is filled with a valid value.
So how do I otherwise concatenate two parts?
Tony
Comment