Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
Have been reading the forum for Excel and VBA tips for the past few years and many thanks to everybody for your efforts in posting enquiries and answering them. It has been very informative.<o></o>
<o></o>
I have an enquiry on MMult & Transpose in Excel 2007.<o></o>
<o></o>
Have written some UDF and subs in VBA that auto generate the following equation from LinEst() function,<o></o>
= MMULT(A1^{0,3,2,1},TRANSPOSE({405019.817326055,-0.0195348471345153,-1.51284947109658,371.838931959456}))<o></o>
<o></o>
Theoretically, if A1 is 0, the equation should have returned 405019.817326055. Nevertheless, it returned #NUM! instead. This condition will only happen if A1 contained a 0.<o></o>
<o></o>
Can anyone please help or guide me to the relevant threads, please?
<o></o>
Have been reading the forum for Excel and VBA tips for the past few years and many thanks to everybody for your efforts in posting enquiries and answering them. It has been very informative.<o></o>
<o></o>
I have an enquiry on MMult & Transpose in Excel 2007.<o></o>
<o></o>
Have written some UDF and subs in VBA that auto generate the following equation from LinEst() function,<o></o>
= MMULT(A1^{0,3,2,1},TRANSPOSE({405019.817326055,-0.0195348471345153,-1.51284947109658,371.838931959456}))<o></o>
<o></o>
Theoretically, if A1 is 0, the equation should have returned 405019.817326055. Nevertheless, it returned #NUM! instead. This condition will only happen if A1 contained a 0.<o></o>
<o></o>
Can anyone please help or guide me to the relevant threads, please?