Hi,

I have a spreadsheet which creates several option buttons every time a command button is pressed. When one command button is pressed and option buttons are generated, I want to delete all the option buttons before the second button is pressed to create a second set of option buttons - So I have a refresh button in place.

I need to write a macro for the Refresh button, which would delete any available option button and only option buttons.

I am aware of the macro to delete all active objects, but I would want to retain all other active objects except the option buttons.

Thanks