Hi there.
I have an issue at the moment with a Listbox linking through to a textbox on a userfrom
Doubleclicking the textbox opens a 2nd Userform containing a simple list box.....double clicking the selected item populates the orignal textbox & closes the 2nd Userform....simple right?
Although it writes to the original textbox fine, it also rights to the ActiveCell on the spreadsheet behind the Userform.....
Here's the code
DataEntry.ActiveControl.Value = selection
The problem is I can't be more specific....there's 15 such textboxes that all use this 2nd Userform so I can't specify which textbox will need populating
Any Ideas?
Bookmarks