Hi,

I have a button named "Convert" that performs some formatting. I have few radio buttons below in which the user can select his option.

When user selects radiobutton1 and click the Convert button radiobutton1 function should execute. similarly if radiobutton 2 is selected i want that function to excute on clicking the convert button.

I tried assigning macro to radiobutton it excutes on radio button click.

But i want it to execute only after clicking on the convert button.