Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I thought maybe some here could shed some light on my problem. I have created
a vb form to imported an excel file which is created from quickbooks into an access database. I have to create a txt file from this data. My problem is the trailing zero's of the Amount fields drop. So say if I have 19.00 I need to remove the decimal and show it as 0001900. If I have 19.10 I need remove the decimal and add the three zero's to show 0001910. What is happen's is 19.00 ends up like 0000019 and 19.10 ends up like 0000191. I know this dosen't really have anything to do with excel but thought someone here might be able to help. Thanks Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Zero's | Excel Worksheet Functions | |||
Formatting numbers with leading and trailing zero's | Excel Worksheet Functions | |||
Array and not loseing trailing zero's 123.00 | Excel Programming | |||
Zero's # 2 | Excel Discussion (Misc queries) | |||
Zero's | New Users to Excel |