Hello Excel Experts!

My question is " Is it possible to make positive number of a textbox as negative when it reached to worksheet?"

I am using this trick but it pops up " type mismatch error"

wsJournal.Cells(iRow, 8) = (Me.Controls("krec" & i).Value) * -1
Any suggestions would be appreciated.

Best Regards
Imran Bhatti