User (Legacy) Posted September 24, 2004 Report Share Posted September 24, 2004 I am wanting to use the percent information for a Pie Chart by setting up the TipMask as follows: .TipMask = "%s/%l" & vbCrLf & "value: %v" & vbCrLf & "%p of total" Here is an example of the output: Laptops/FY2004 value: 150,000.00 65.23 of total I want the percent value to be displayed with a percent sign (i.e. 65.23% of total). How do I include a percent sign in the output? I can't find the escape character in the documentation. -Jason Link to comment Share on other sites More sharing options...
Software FX Posted September 24, 2004 Report Share Posted September 24, 2004 Use "%%" (double percentage) to escape the percentage sign. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.