+ Reply to Thread
Results 1 to 2 of 2

Combobox image appears on other sheets

  1. #1
    Registered User
    Join Date
    04-22-2016
    Location
    Istanbul
    MS-Off Ver
    2013
    Posts
    1

    Combobox image appears on other sheets

    Hi, I have a combobox that lists 2426 things (less as you type in) and runs by the code:

    Private Sub ComboBox1_Change()
    ComboBox1.ListFillRange = "DropDownList"
    Me.ComboBox1.DropDown
    Range("F4").Value = ComboBox1.Value
    End Sub

    The problem is that the image of the combobox remains there as I move on to other sheets in the same workbook or when I scroll down on the sheet of the combobox. When I click on it, it disappears. How can I get rid of this image of the combobox?

    Thanks a lot!

  2. #2
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Combobox image appears on other sheets

    This assumes ComboBox is embedded in the sheet, not on a userform
    With these 4 subs in the relevant sheet module:
    - double click on the ComboBox and it disappears
    - double click anywhere in the sheet and it re-appears
    - leave the sheet and it disappears
    - return to the sheet and it re-appears

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    If a response has helped then please consider rating it by clicking on *Add Reputation below the post
    When your issue has been resolved don't forget to mark the thread SOLVED (click Thread Tools at top of thread)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Combobox: suggestion appears as last record
    By Sibrulotte in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2015, 06:22 PM
  2. Adding scroll feature in an image that appears on a userform
    By adamstarr12 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-22-2014, 02:08 PM
  3. Add image or shapes in combobox
    By nesh91 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-16-2013, 01:32 AM
  4. A password appears when combobox is changed
    By ludovic_44 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-04-2012, 11:02 AM
  5. [SOLVED] combobox-image-email
    By Lkivagten in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-29-2012, 03:45 PM
  6. Adjust Row Range Where Combobox in Selected Cell Appears
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-26-2011, 05:44 PM
  7. [SOLVED] An image appears when a cell is selected
    By filo666 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-09-2005, 03:55 PM

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