Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default SaveAs v. SaveCopyAs with Chinese in filename

I've been struggling for some time to get Excel to .SaveAs with Chinese
characters in the filename on my English W2K, English Office2K.
e.g.
With ThisWorkbook
.SaveAs .Worksheets("Data").Range("ChineseChars").Value
End With

always fails, along with various code with AscW(), byte array, StrConv. No
way, nothing.

Then discovered that using .SaveCopyAs works with anything that you throw at
it.
But now I have to open this copy and close the WB that is active. I can just
about live with this.
But anyone know why .SaveAs and .SaveCopyAs should behave so differently ?
And is there anyway to SaveAs with non-Ansi text ?

TIA
Nick


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems using SaveAs and SaveCopyAs PromisedOyster Excel Programming 0 July 20th 05 05:51 AM
SaveAs using two cells for filename David Excel Discussion (Misc queries) 5 June 4th 05 11:46 AM
FileName SaveAs alanford Excel Programming 1 February 18th 05 01:01 PM
'ActiveWorkbook.SaveAs Filename' TOMB Excel Programming 2 February 15th 05 11:51 PM
SaveAs Filename Help Ed[_14_] Excel Programming 2 November 20th 03 07:43 PM


All times are GMT +1. The time now is 07:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"