View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Minitman[_4_] Minitman[_4_] is offline
external usenet poster
 
Posts: 273
Default Code Still Does Not Work

Hey Tom,

Thanks for the reply.

Opps!!!
When I went to bed last night, it was messing up as mentioned. I just
rechecked it and now it is working. Sorry for the confusion. I must
have been more tired than I realized. <g

-Minitman

On Tue, 14 Dec 2004 09:14:18 -0500, "Tom Ogilvy"
wrote:

? val("8.00 %")
8
? val("8.00 %")*.01
0.08

I don't see how

T9.Text = Val(T4.Text) * Val(T8.Text)
T9.Text = Val(T4.Text) * Val(T8.Text) * .01


could give the same answer unless there was a zero in one of them.