6StringJazzer - Thanks for your help with this.
Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #3 requires code tags. I have added them for you this time because you are a new member. --6StringJazzer
TxtFollowUp1.Text = TxtCallDetail.Text
TxtFollowUp1 will pick up th etext from TxtCallDetail.Text. However, it will not allow you type in the textbox after the data it picks up. For example if it picks up 06/29, the textbox will not allow you to place text after 06/29.
All textboxes are enabled to true
I've solved everything else on the UserForm but this.
Bookmarks