Results 1 to 5 of 5

Set an Option Button by Name

Threaded View

  1. #1
    Registered User
    Join Date
    10-08-2004
    Posts
    3

    Set an Option Button by Name

    Hi

    In Excel 2003 VBA, what is the syntax for controling an Option Button or Checkbox by name or caption

    I have tried the following but has an error, I am sure this is a simple one...

    For Each Control In FRAME_test.Controls
    
        Control.Name("Test_Button").Enabled = False
        
    Next
    Re Dave
    Last edited by Dave Taylor; 10-08-2009 at 05:26 PM. Reason: Add application name

Thread Information

Users Browsing this Thread

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

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