Using Tommy's great code, this is my version.
I also changed the
[vba]Dim Percent as Double[/vba] to
[vba]Dim Percent as Variant[/vba] So that the Format function could display a visual output.
Using Tommy's great code, this is my version.
I also changed the
[vba]Dim Percent as Double[/vba] to
[vba]Dim Percent as Variant[/vba] So that the Format function could display a visual output.
Last edited by Tinbendr; 07-01-2010 at 07:33 AM. Reason: I really, really should proof my work more!
David