gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have a Userform (Userform1) where I have two Text Boxes (Textbox1 and Textbox2).
When the user right clicks on a cell in Sheet1 I want to open Userform1 and populate Textbox1 with the data from the cell to the right of where they right clicked Target -1
Then I want to perform a lookup of that data find its match in column C of sheet1 and get the associated data from column D and then place that result in Textbox2
In addition to that, when the user click commandbutton1 on the userform, I want to close userform1 but I want to copy the found data in Textbox2 so that they can paste it in the Target if they choose to once they are back on sheet1 (But I don't want to automatically past it. I want them to have to manually paste it)
Is this even possible?
When the user right clicks on a cell in Sheet1 I want to open Userform1 and populate Textbox1 with the data from the cell to the right of where they right clicked Target -1
Then I want to perform a lookup of that data find its match in column C of sheet1 and get the associated data from column D and then place that result in Textbox2
In addition to that, when the user click commandbutton1 on the userform, I want to close userform1 but I want to copy the found data in Textbox2 so that they can paste it in the Target if they choose to once they are back on sheet1 (But I don't want to automatically past it. I want them to have to manually paste it)
Is this even possible?