View Single Post
 
Old 10-30-2013, 12:20 PM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You'd be surprized how many folk don't understand integers, longs, singles & doubles!

You could also change the line to:

Code:
ActivePresentation.SlideMaster.Shapes("Counter").TextFrame.TextRange.Text = "£" & Format(CStr(CountNo), "00.00")
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials

Last edited by JohnWilson; 10-31-2013 at 07:33 AM.
Reply With Quote