Re: Formating string as "#,###.00"
- From: "JMay" <jmay@xxxxxxx>
- Date: Fri, 9 Feb 2007 10:34:47 +0000
Now with:
UserForm1.TextBox1.Text = Format(str6, "#,##0.00;(#,##0.00)")
UserForm1.Show vbModeless
I'm seeing "No Change" from before. hummm
(No part is affected, from beginning to end of string)
Jim
"Bob Phillips" <bob.NGs@xxxxxxxxxxxxx> wrote in message news:uqHyDEDTHHA.996@xxxxxxxxxxxxxxxxxxxx:
UserForm1.TextBox1.Text = Format(str6,"#,##0.00;(#,##0.00)")
UserForm1.Show vbModeless
--
HTH
Bob Phillips
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"JMay" <jmay@xxxxxxx> wrote in message
news:iyXyh.15767$5q6.8749@xxxxxxxxxxxxxxx
> Presently in my code I have:
>
> UserForm1.TextBox1.Text = str6
> UserForm1.Show vbModeless
>
> Where str6 = "22(vbcr)33.18(vbcr)-125(vbcr)1191.56"
>
> Which shows up (in Userform) as:
>
> 22
> 33.18
> -125
> 1191.56
>
> What can I further do to format somewhere(?) to get (in the userform)
> as:
>
> 22.00
> 33.18
> (125.00)
> 1,191.56
>
> ??
>
> Thanks in advance..
>
>
.
- Follow-Ups:
- Re: Formating string as "#,###.00"
- From: Bob Phillips
- Re: Formating string as "#,###.00"
- References:
- Re: Formating string as "#,###.00"
- From: Bob Phillips
- Re: Formating string as "#,###.00"
- Prev by Date: Re: Month and Day reverse in automatical recorded cell, STRANGE
- Next by Date: Personal Macro
- Previous by thread: Re: Formating string as "#,###.00"
- Next by thread: Re: Formating string as "#,###.00"
- Index(es):
Relevant Pages
|
Loading