I had create a msgbox which ask user to insert record for that month. But what i want is to show the month in "February", but it just can show 2.
MsgBox ("Please insert records for month " & Month(Now))
result: Please insert record for month 2
i want this to show out:
Please insert record for month February
how to make it?
thx for kindly help.
MsgBox ("Please insert records for month " & Month(Now))
result: Please insert record for month 2
i want this to show out:
Please insert record for month February
how to make it?
thx for kindly help.