Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Combobox Not Working In Excel Workbook Shared Mode

  1. #11
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    When you doubleclick in a cell in Range("G3:G25") a userform apears with a combobox.
    Selecting a value in the CB will put this value in the active cell.
    The CB is filled by making use of a Dynamic NamedRange (check the formula in the NamedRange section)
    Attached Files Attached Files

  2. #12
    Member
    Join Date
    May 2013
    Posts
    84
    Rep Power
    12
    Thanks for taking the time to look at this.

    Is there a way to have the full list show at once on double click like the unshared attachment i put up ?
    it just makes it easier to select,


    peter

  3. #13
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Then this approach might be more to your liking.
    DoubleClick in Range("G3:G25") and a Listbox appears with full list in view.
    Attached Files Attached Files

  4. #14
    Member
    Join Date
    May 2013
    Posts
    84
    Rep Power
    12
    Thank you bakerman

    This works a great and looks good to
    Thank you for your time and effort

    Is there an easy way to remove my code and add yours into the
    Large workbook I have already created or do I need to start again?

    Once again thank you for you help

  5. #15
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    If you have a similar UF in your Large workbook you can just delete it and then just drag the one from this example workbook into your main workbook.
    Make shure that you also copy the BeforeDoubleClick-eventmacro from the example workbook sheetmodule(worksheet test type) to your main workbook

  6. #16
    Member
    Join Date
    May 2013
    Posts
    84
    Rep Power
    12
    Hi Bakerman

    I have copied all the code etc into my main workbook and works a treat thank you very much for your
    help with this.

    EDIT: Removed new query to start a new thread with a relevant thread title
    Last edited by Excel Fox; 06-03-2013 at 04:18 PM. Reason: New query removed

Similar Threads

  1. Changing Slideshow viewing mode to kiosk using vba
    By Times in forum Powerpoint Help
    Replies: 1
    Last Post: 05-10-2013, 12:37 AM
  2. Automate Date Changes Within Excel Workbook
    By Danno2cu in forum Excel Help
    Replies: 9
    Last Post: 02-18-2013, 11:39 PM
  3. Combobox VBA update value worksheet
    By Tony in forum Excel Help
    Replies: 4
    Last Post: 10-28-2012, 12:28 AM
  4. VBA Code Works Only in debug Mode.
    By princ_wns in forum Excel Help
    Replies: 2
    Last Post: 06-17-2012, 06:14 AM
  5. Timer to close excel workbook
    By leopaulc in forum Excel Help
    Replies: 5
    Last Post: 10-24-2011, 12:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •