Captain_Context
New Member
- Joined
- Feb 8, 2011
- Messages
- 5
OK I have a ridiculously simple question that has been plaguing me for a while.
I'm trying to get the hand of using Activex controls but keep encountering strange problems like this...
I have a form that I have made which has 2 activex combo boxes with information to select and then 2 activex text boxes which allow for 2 data entry points (which I then am spread sheeting the entered information - allow that is not important right yet).
I have to Button controls (tried one as a an activex button, and the other as a picture inserted - neither work with what I am trying to do) One is to press "enter" and a macro copies the data into a spreadsheet and the other is to "clear the data" that I have entered into the combo and text boxes.
For some reason, when I try to make a macro to "clear" these lists/boxes - nothing happens.
I start recording (I have to be on a cell before it will start, not on a text box) I select all in the box and delete, and do the same thing for the next text box (then I have to select a cell to not be in the text box), and then stop the macro.
I assign the macro to either the button or the object (neither one worked) and repopulate the text boxes and try the clear macro - but the text boxes go untouched, the only thing that changes is that the box I clicked off on to end the macro becomes selected.
what am I doing wrong (besides trying to figure excel out on my own :P )
I'm trying to get the hand of using Activex controls but keep encountering strange problems like this...
I have a form that I have made which has 2 activex combo boxes with information to select and then 2 activex text boxes which allow for 2 data entry points (which I then am spread sheeting the entered information - allow that is not important right yet).
I have to Button controls (tried one as a an activex button, and the other as a picture inserted - neither work with what I am trying to do) One is to press "enter" and a macro copies the data into a spreadsheet and the other is to "clear the data" that I have entered into the combo and text boxes.
For some reason, when I try to make a macro to "clear" these lists/boxes - nothing happens.
I start recording (I have to be on a cell before it will start, not on a text box) I select all in the box and delete, and do the same thing for the next text box (then I have to select a cell to not be in the text box), and then stop the macro.
I assign the macro to either the button or the object (neither one worked) and repopulate the text boxes and try the clear macro - but the text boxes go untouched, the only thing that changes is that the box I clicked off on to end the macro becomes selected.
what am I doing wrong (besides trying to figure excel out on my own :P )