Long time no see.
I am having a nightmare trying to get data from a textbox to a cell in a number format.
I have tried just about every tip and trick on the net and either my vba is wrong or I'm being a bit dense.
With Worksheets(SheetName)
.Cells(iRow, 1).Value = Me.txtWhen.Value...