ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,737
- Office Version
- 2007
- Platform
- Windows
Hi,
I would like to be able to see the £ sign for when the code below is run.
Please advise thanks.
I would like to be able to see the £ sign for when the code below is run.
Please advise thanks.
Code:
Private Sub CommandButton1_Click()MsgBox "Entered value is " & Worksheets("DATABASE").Range("A1").Value
End Sub