LegendOfTheFall
New Member
- Joined
- Oct 14, 2015
- Messages
- 4
Hello everyone.
First, I hope I'm posting in the right place. I'm new to the forum.
I have a spreadsheet that opens an input box when I double click a row within column F. The contents of the input box is then placed into the corresponding row of column AA when I click OK. (i.e. If I'm in row 12, my comments will be placed in AA12). This works fine.
What I'm trying to do is use a Userform to do the same thing. I can get the Userform to show on double click and even submit the textbox contents into a specific cell, but how do I do this for dynamic rows within a specific column as mentioned above.
I'm relatively new to VBA.
Thank you all for your assistance.
First, I hope I'm posting in the right place. I'm new to the forum.
I have a spreadsheet that opens an input box when I double click a row within column F. The contents of the input box is then placed into the corresponding row of column AA when I click OK. (i.e. If I'm in row 12, my comments will be placed in AA12). This works fine.
What I'm trying to do is use a Userform to do the same thing. I can get the Userform to show on double click and even submit the textbox contents into a specific cell, but how do I do this for dynamic rows within a specific column as mentioned above.
I'm relatively new to VBA.
Thank you all for your assistance.