i have problems with saving data to xls as it turns some characters in gibberish
čšž goes to Cyrillic letters Љж... the rest looks rather normal... i'm not really sure Cyrillic letters are the right ones
i use this line
output to has an option to add encoding
but I'm not sure what to write as the value for encoding
anyone knows? I'd like to set the default encoding as Central-European.
čšž goes to Cyrillic letters Љж... the rest looks rather normal... i'm not really sure Cyrillic letters are the right ones
i use this line
Code:
DoCmd.OutputTo acOutputQuery, "koordinator", acFormatXLS, strpath, False
output to has an option to add encoding
Code:
.OutputTo(ObjectType, ObjectName, OutputFormat, OutputFile, AutoStart, TemplateFile, Encoding, OutputQuality)
but I'm not sure what to write as the value for encoding
anyone knows? I'd like to set the default encoding as Central-European.