ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I save a file with decimal number (https://www.excelbanter.com/excel-discussion-misc-queries/243207-how-do-i-save-file-decimal-number.html)

soeo22

How do I save a file with decimal number
 
Hi,
I try to run macro to save a csv download file with filename as yesterday
and a last cell on excel sheet which has formula sum up in column. such as
09-19-$3659.45, SAVE AS normal excel file, but the saved filename display
only 09-19-$3659 and without two decimal or with decimal but file icon is not
an excel icon. I can't get it work correctly. Can any help on this?
Thanks in advance.


Andrew[_9_]

How do I save a file with decimal number
 
Try adding the .XLS extension..!
eg.. 09-19-$3659.45.XLS

HTH

"soeo22" wrote in message
...
| Hi,
| I try to run macro to save a csv download file with filename as
yesterday
| and a last cell on excel sheet which has formula sum up in column.
such as
| 09-19-$3659.45, SAVE AS normal excel file, but the saved filename
display
| only 09-19-$3659 and without two decimal or with decimal but file
icon is not
| an excel icon. I can't get it work correctly. Can any help on
this?
| Thanks in advance.
|



Gord Dibben

How do I save a file with decimal number
 
ActiveWorkbook.SaveAs Filename:="C:\Gordstuff\" & _
Format(Date - 1, "mm-dd-") & _
Format(Sheets("Sheet6").Range("A3"), "$#,##0.00") & ".xls"


Gord Dibben MS Excel MVP


On Sun, 20 Sep 2009 11:43:01 -0700, soeo22
wrote:

Hi,
I try to run macro to save a csv download file with filename as yesterday
and a last cell on excel sheet which has formula sum up in column. such as
09-19-$3659.45, SAVE AS normal excel file, but the saved filename display
only 09-19-$3659 and without two decimal or with decimal but file icon is not
an excel icon. I can't get it work correctly. Can any help on this?
Thanks in advance.



soeo22

How do I save a file with decimal number
 
Thank you so much, it works exactly the way I want it.


"Gord Dibben" wrote:


ActiveWorkbook.SaveAs Filename:="C:\Gordstuff\" & _
Format(Date - 1, "mm-dd-") & _
Format(Sheets("Sheet6").Range("A3"), "$#,##0.00") & ".xls"


Gord Dibben MS Excel MVP


On Sun, 20 Sep 2009 11:43:01 -0700, soeo22
wrote:

Hi,
I try to run macro to save a csv download file with filename as yesterday
and a last cell on excel sheet which has formula sum up in column. such as
09-19-$3659.45, SAVE AS normal excel file, but the saved filename display
only 09-19-$3659 and without two decimal or with decimal but file icon is not
an excel icon. I can't get it work correctly. Can any help on this?
Thanks in advance.





All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com