View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] onlyng@gmail.com is offline
external usenet poster
 
Posts: 5
Default Preserve Option Buttun Selection

I have 4 Option Buttons in a Frame on a Form.
This form will be called by user a number of times, in one application
session.
When the form is called for the 1st time, button 1 should be the
default.
With subsequent calls, the deafult button should be whatever the user
selected in the most recent call.
What is the best practice to implement it?

Thanks