Results 1 to 3 of 3

Checkbox captions from an array

Threaded View

chromachem Checkbox captions from an... 03-06-2012, 04:24 PM
tigeravatar Re: Checkbox captions from an... 03-06-2012, 04:36 PM
chromachem Re: Checkbox captions from an... 03-06-2012, 09:57 PM
  1. #1
    Registered User
    Join Date
    01-12-2010
    Location
    Massachusetts
    MS-Off Ver
    Excel 2010
    Posts
    47

    Checkbox captions from an array

    Hello All,

    We have an array called strTest(intA) where (for example) strTest(1) = "Silver", strTest(2) = "Lead", strTest(3) = "Chromium", etc.. The contents of the array change frequently (i.e. strTest(1) is not always the same metal). intA is a counter

    We have a form with several checkboxes. ck1, ck2, ck3....

    How could we make the ck1.caption say "Silver".

    We have no problem concatenating ck1, ck2, ck3... "ck" + trim(str(intA))

    No problem incrementing a counter.

    How the heck do you make the text from the array appear as a caption in a ckbox????



    Thanks in advance for any help!
    Last edited by chromachem; 03-06-2012 at 10:10 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