B
Bill
In Excel VB, I want to take the current month (DIMed as
Integer) and convert it to a string that always has two
bytes (11 to "11" or 5 to "05"). I thought I could use
the FORMAT function - FORMAT(CurrMo, "00"), but I get a
compile error that says "Wrong number of arguments or
invalid property assignment". Am I leaving something
out? Or is there another function I should use?
Integer) and convert it to a string that always has two
bytes (11 to "11" or 5 to "05"). I thought I could use
the FORMAT function - FORMAT(CurrMo, "00"), but I get a
compile error that says "Wrong number of arguments or
invalid property assignment". Am I leaving something
out? Or is there another function I should use?