C
Craig
I'm using access 2003 vba...
I hope this comes through clearly: I have the following file name that
includes chinese characters (there are thousands of these files that need
renaming, the example below has the first 2 characters as chinese symbols,
but they could be embedded anywhere in the file name):
Example:
ç”å¤_China brochure.msg
I'm doing a rename process using VBA (ie, name oldname as newname).
I'm getting the error: Error 52: Bad file name or number...
Obviously, VBA can't find the original file name as it doesn't recognize it
(the chinese characters come across as "??")
Any ideas? Thanks.
I hope this comes through clearly: I have the following file name that
includes chinese characters (there are thousands of these files that need
renaming, the example below has the first 2 characters as chinese symbols,
but they could be embedded anywhere in the file name):
Example:
ç”å¤_China brochure.msg
I'm doing a rename process using VBA (ie, name oldname as newname).
I'm getting the error: Error 52: Bad file name or number...
Obviously, VBA can't find the original file name as it doesn't recognize it
(the chinese characters come across as "??")
Any ideas? Thanks.