+ Reply to Thread
Results 1 to 3 of 3

ComboBox with two LinkedCell

  1. #1
    Registered User
    Join Date
    07-02-2009
    Location
    Israel
    MS-Off Ver
    Excel 2003
    Posts
    5

    ComboBox with two LinkedCell

    I have to fill out two cells (lets say A10 and A11), with the same data taken from a list of given data. The given data is placed in one column.
    I have created Combo Box where the ListFillRange is the given data area and in the LinkedCell I tried to write two cells but Excel doesn’t accept list of two cells.
    For example, I tried to write in the LinkedCell A10,A11 and A10:A11 and A10;A11 but none of this syntax worked.

    I can’t write A10 only in the LinkedCell and then to write a function A11=A10 in cell A11, because in some cases the content of cell A11 will be changed by another Combo Box linked to cell A11 and that Combo Box will override any function that will be written in A11.

    Can someone help instructing me how to create Combo Box that writes the selected data into two cells?
    Last edited by edany; 07-19-2009 at 12:24 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: ComboBox with two LinkedCell

    You will need to use a ComboBox from the Control Tool Box, not a Forms Control.

    While in design mode, double click the control to bring up the Properties Window in the VBE. Look for the LinkedCell property and reference $A$10.

    Then use this code for the control change event. It will write the same value to cell A11.
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    07-02-2009
    Location
    Israel
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: ComboBox with two LinkedCell

    Excellent prompt solution that do exactly what I was looking for.

    Thank You.

+ 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