Hi i have this code for subject line of email
works fine but once i put the number format shows the word "false" in the subject line,
here is the code:
how can i fix that?
thank you
works fine but once i put the number format shows the word "false" in the subject line,
here is the code:
Code:
EmailSubject = "TNW a/c " & " " & ActiveSheet.Range("A3") & "," & " " & "Statement Of Account $ " & [COLOR=#ff0000][B]ActiveSheet.Range("I1").NumberFormat = "$#,##0.00_);($#,##0.00)"[/B][/COLOR]
how can i fix that?
thank you