Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
I´ve made a simple macro to save 2 sheets do a txt tab separated. The problem is that the numbers formated as "currency" (with a euro sign) end up with a dollar sign in the resulting txt. Does anyone knows why this is hapenning? this is my code Sheets("HOLDI").Select ActiveWorkbook.SaveAs Filename:= _ ActiveWorkbook.Path & "\..\Dados_holdi.txt" _ , FileFormat:=xlText, CreateBackup:=False Sheets("EMP").Select ActiveWorkbook.SaveAs Filename:= _ ActiveWorkbook.Path & "\Dados_emp.txt" _ , FileFormat:=xlText, CreateBackup:=False ActiveWindow.Close Thnks a lot SpeeD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run time error 1004 general odbc error excel 2003 vba | Excel Programming | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Form Err.Raise error not trapped by entry procedure error handler | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming |