|
-
Nov 4th, 2000, 09:57 AM
#1
Thread Starter
Hyperactive Member
Hi,
I have a flex grid filled with rows of numbers (prices) that when printed need to be right justified like in the real world. Eg. cents under cents:
Wrong way: the way it's printing them
$1543.92
$24.75
Right way: the way I'd like it to be printed
$1543.92
xx$24.75 (off course without the x's)
I tried to use the Format() but no luck. Can anyone help?
Thanks.
-
Nov 4th, 2000, 01:15 PM
#2
Thread Starter
Hyperactive Member
I'm beginning to think that there is no way (no easy way) which is very strange to say the least. I can't imagine why wouldn't MS include a function for right-justifing currency when printing.
Anyone?
-
Nov 4th, 2000, 01:24 PM
#3
Member
to right justify
text1 = Format(text1,"@@@@@@@")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|