View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
harpscardiff[_21_] harpscardiff[_21_] is offline
external usenet poster
 
Posts: 1
Default VBA Option Button question


Hi,

Im my form, i've got two questions both require a yes/no answer.

The problem i'm getting is that I can't select an option for bot
questions.

Public Sub UserForm_Initialize()
optexpiredY1.Value = ""
optexpiredN1.Value = ""
optlockedY1.Value = ""
optlockedN1.Value = ""

I have a multipage of 6 tabs 4 tabs have the same questions, but name
differently, according to the tab number.


Is there anyway I could answer both questions

--
harpscardif
-----------------------------------------------------------------------
harpscardiff's Profile: http://www.excelforum.com/member.php...fo&userid=2596
View this thread: http://www.excelforum.com/showthread.php?threadid=51816