+ Reply to Thread
Results 1 to 4 of 4

Display selected value from the user form in a specific cell

  1. #1
    Registered User
    Join Date
    03-26-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    38

    Question Display selected value from the user form in a specific cell

    Hi all,
    I want to display values in a specific format in a specific cell.
    The explainatino is in the excel file

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-23-2010
    Location
    india,Chennai
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Display selected value from the user form in a specific cell

    try attached file
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-26-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    38

    Re: Display selected value from the user form in a specific cell

    Thank you Mohan. It works.

    Look at the picture. i'm aim is ti display the names which are tick in "To" in cell "A1"

    In this case how to programme?
    Attached Images Attached Images

  4. #4
    Registered User
    Join Date
    08-23-2010
    Location
    india,Chennai
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Display selected value from the user form in a specific cell

    you have to name the Checkbox and label in some same manner like below and loop through controls of form and can get the label captions

    For Check box
    "chk_to_1"
    "chk_to_2"
    "chk_to_3"
    "chk_to_4"

    for labels
    "lbl_chk_to_1"
    "lbl_chk_to_2"
    "lbl_chk_to_3"
    "lbl_chk_to_4"

+ Reply to Thread

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