Results 1 to 5 of 5

Selecting a radio button on another sheet

Threaded View

  1. #1
    Registered User
    Join Date
    12-29-2010
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2004 for Mac
    Posts
    20

    Selecting a radio button on another sheet

    Hi,

    I have a macro that references a radio button named "WaiverPrintingONOB" on another worksheet named "Administrator". It doesn't seem to reference it properly though because when the value is true the msgbox still appears.


    If Sheets("Administrator").OptionButtons("WaiverPrintingONOB").Value = True Then
    FR_or_ENForm.Show
    Else
    MsgBox "It works!", vbDefaultButton1, "Test"
    End If
    Can anyone help me reference the button properly?

    Thanks
    Last edited by Einstahb; 10-30-2011 at 09:02 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1