Hello
Now knowing the cause of "Type Mistmatch Error 13"
How can i know which cell or different cells which gave me Type Mismatch Error 13
column (Z) contained Formula value ie =X2*Y2 . By mistake the cell in Column(Y) was typed with something else rather implementing the formula
eg in cell (Y276) was typed with 25000/2 rather than =25000/2. and cell (X276) was completely blank. and cell(Z276) was displayed with #Value instead of O (zero). I had to search physically on the worksheet #Value which raised the error and then corrrected the cell Y276 with =25000/2
So wondering if code could be generated in WorkBook_Open Event with msgbox to trace the cell Address or different cells in defined range which caused error. Eg MSGBOX "Cell" Z276 contains "#Value"
Any thread reference also will do
NimishK
Now knowing the cause of "Type Mistmatch Error 13"
How can i know which cell or different cells which gave me Type Mismatch Error 13
column (Z) contained Formula value ie =X2*Y2 . By mistake the cell in Column(Y) was typed with something else rather implementing the formula
eg in cell (Y276) was typed with 25000/2 rather than =25000/2. and cell (X276) was completely blank. and cell(Z276) was displayed with #Value instead of O (zero). I had to search physically on the worksheet #Value which raised the error and then corrrected the cell Y276 with =25000/2
So wondering if code could be generated in WorkBook_Open Event with msgbox to trace the cell Address or different cells in defined range which caused error. Eg MSGBOX "Cell" Z276 contains "#Value"
Any thread reference also will do
NimishK