dingleberry
Programmer
Hi All, I've written a bit of code to do some formatting. The problem I have is it is very rigid. I'm trying to add some flexibility. So instead of running a macro and having it just fly through, I'd like it to present a form. In this form, I'd like to populate a textbox with a selected cell from the spreadsheet. I have a form, and I know how to create a sub function onbutton_click but I have no idea how to make the focus go from the form and to the spreadsheet. Does this make sense? I'm simply trying to grab A12 for example and have A12 show up in a text box in a form.