already
Board Regular
- Joined
- Nov 11, 2008
- Messages
- 179
Hi
I have to put the results of a percent calculation (A3) in a message box in format '00.00 %'
I use the following code but I can't format the decimal places to only 2 digits
Worksheets("Sheet1").Range("A3") & Format(" %", "0.00")
Thanks in advance for your help.
Kind regards
Al
I have to put the results of a percent calculation (A3) in a message box in format '00.00 %'
I use the following code but I can't format the decimal places to only 2 digits
Worksheets("Sheet1").Range("A3") & Format(" %", "0.00")
Thanks in advance for your help.
Kind regards
Al