Hi All,
I've a message to be displayed on a button click. The below macro is assigned.
Sub getmsg()
MsgBox "The store " & Range("C7").Value & " is from " & Range("I3") & " and the sales is " & Range("C9")
End Sub
What I need is if the sales>=40000 the sales value displayed shpuld be green else red.
Is there any way I can achieve it? Or can I use any other control to do it?
Please help.
Thanks,
Prasanna
I've a message to be displayed on a button click. The below macro is assigned.
Sub getmsg()
MsgBox "The store " & Range("C7").Value & " is from " & Range("I3") & " and the sales is " & Range("C9")
End Sub
What I need is if the sales>=40000 the sales value displayed shpuld be green else red.
Is there any way I can achieve it? Or can I use any other control to do it?
Please help.
Thanks,
Prasanna