briprogram
MIS
I am sending a string value to a function and using the value in this Format Function within the called function
DollarAmount = Format(DollarAmount, "000000.00")
During debug I notice it changes DollarAmount variable for instance from "120.00" to "000000.00" instead of "000120.00" like it should. I am wondering why it is not working?
Thanks in Advance
Brian
DollarAmount = Format(DollarAmount, "000000.00")
During debug I notice it changes DollarAmount variable for instance from "120.00" to "000000.00" instead of "000120.00" like it should. I am wondering why it is not working?
Thanks in Advance
Brian