Results 1 to 4 of 4

Quick and Easy from Checkboxes

Threaded View

  1. #1
    Registered User
    Join Date
    05-09-2004
    Posts
    21

    Quick and Easy from Checkboxes

    So I'm having an issue with Checkbox values...

    I just want my code to do this...

    If Checkbox1 is checked then run this code End if

    If Checkbox1 is unchecked then run this code End if

    Somehow or another it just doesn't seem to be working for me, I tried

    If Checkbox1.Checked=True Then
    'Code
    End If
    If Checkbox1.Checked=False Then
    'Code
    End If

    For some reason, it didn't agree with me, it gave me a Compile Error and said Method or Data Member not found. I give up. Checkbox is in a userform by the way, not sure if that makes a difference or not.
    Last edited by RPIJG; 11-08-2005 at 06:06 PM.

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