我不知道这里发生了什么,不得不分开vba来理解它。
the value of textbox8 is 0.832676943005964
commandbutton4 multiplies textbox7 * textbox8
when textbox7 = .15 the answer is 0.124901541450895 which is correct
when textbox7 = .1 the answer is 8.32676943005964E-02 which is wrong
when textbox7 = .05 the answer is 4.16338471502982E-02 which is wrong
是吗?
提前致谢!