+ Reply to Thread
Results 1 to 2 of 2

Option Box

  1. #1
    Registered User
    Join Date
    01-14-2006
    Posts
    3

    Option Box

    I am quite new to visual basic. I have created an option box. How can I tell it to print a number say "53" into cell B6 when I click on it?

    thanks in advance

  2. #2
    Troubled User
    Guest

    RE: Option Box

    In the click event in VB you would put something like:

    range("b6").value = 53

    "harksteve" wrote:

    >
    > I am quite new to visual basic. I have created an option box. How can I
    > tell it to print a number say "53" into cell B6 when I click on it?
    >
    > thanks in advance
    >
    >
    > --
    > harksteve
    > ------------------------------------------------------------------------
    > harksteve's Profile: http://www.excelforum.com/member.php...o&userid=30483
    > View this thread: http://www.excelforum.com/showthread...hreadid=501402
    >
    >


+ Reply to Thread

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