Hi all, this is my first post on the forum after spending weeks browsing for help on other topics. Today though, I need some help with VBA code. Im very new to it, and so far am really only able to copy and paste proper code; I don't know the visual basic coding language at all and I definitely cant write my own as of yet.
Anyway, the help I need seems like it should be so simple to me, but after posting on http://stackoverflow.com/questions/31060076/form-option-button-reset-macro, I still was unable to get the correct answer I needed.
I need a VBA code that can be used by a button. This code should set all of the option buttons on the sheet to blank, or false (as I understand it, false = unchecked).
I am using form control buttons; not activex buttons. Is this wrong -- should i be using activex buttons for a sheet? I'm trying to be as clear as I can so that help will be easy to give. I have a sheet with text and boxes that is going to be used as an industrial parts order form. It has different sections, each with many options. In some of these sections, only one option may be selected. Previously, I had used checkboxes to good effect, allowing a user to check and uncheck anything as desired, however it was brought to my attention that I should make this sheet in such a way that only one option may be selected per section; checkboxes allow multiple options to be selected per section. Option buttons solve this problem, but once checked, one per group must remain selected, and I would like an option to clear all selections.
Any help is so greatly appreciated.
Anyway, the help I need seems like it should be so simple to me, but after posting on http://stackoverflow.com/questions/31060076/form-option-button-reset-macro, I still was unable to get the correct answer I needed.
I need a VBA code that can be used by a button. This code should set all of the option buttons on the sheet to blank, or false (as I understand it, false = unchecked).
I am using form control buttons; not activex buttons. Is this wrong -- should i be using activex buttons for a sheet? I'm trying to be as clear as I can so that help will be easy to give. I have a sheet with text and boxes that is going to be used as an industrial parts order form. It has different sections, each with many options. In some of these sections, only one option may be selected. Previously, I had used checkboxes to good effect, allowing a user to check and uncheck anything as desired, however it was brought to my attention that I should make this sheet in such a way that only one option may be selected per section; checkboxes allow multiple options to be selected per section. Option buttons solve this problem, but once checked, one per group must remain selected, and I would like an option to clear all selections.
Any help is so greatly appreciated.
Last edited: