I'm hitting problem after problem today.

I have a user form, it has a combo box with letters sent to customers, next to it I have a text box where the date of the letter is added. When the command button is selected a set script will be produced and it will mention the letter was sent on X date. X needs to be the value in the textbox from

When I was referencing cell values in excel it was easy as I would use " & Sheets("Sheet1".range("A1") & " but I'm rebuilding using a userform rather than drop down boxes and cells in excel and I can't quite work it out.

How do I do something similiar using the textbox value, I have tried the same " & ... & " using the textbox name and value (UoWD.Value) but it's not working. I've googled but can't quite find what I need.

Any ideas clever people than I?