T
Tony Bansten
Assume I want to concatenate a literal text value and a variable value for a function parameter
then the following does NOT work:
objWorkbook.SaveAs("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.SaveAs("D:\work\v1_" + Filename)
The variable "Filename" is filled with a valid value.
So how do I otherwise concatenate two parts?
Tony