Hello all,
I'm really stuck on with trying to code a message box in VBA. I've got
Sub HINT_area_of_circle()
MsgBox " HINT: The formula to find the area of a circle is Area= Pi x Radius² "
End Sub
And that all comes up fine and works, but i was wondering if there was a way to make "Pi" appear as the Pi symbol when the message box pops up? I've tried the alt code for pi but it seems that it isn't working.
Would anyone be able to help please?
I'm really stuck on with trying to code a message box in VBA. I've got
Sub HINT_area_of_circle()
MsgBox " HINT: The formula to find the area of a circle is Area= Pi x Radius² "
End Sub
And that all comes up fine and works, but i was wondering if there was a way to make "Pi" appear as the Pi symbol when the message box pops up? I've tried the alt code for pi but it seems that it isn't working.
Would anyone be able to help please?