Results 1 to 9 of 9

PowerPoint DropBox

Threaded View

  1. #1
    Registered User
    Join Date
    02-06-2018
    Location
    ATLANTA, US
    MS-Off Ver
    Microsoft 365 for Enterprise
    Posts
    11

    Unhappy PowerPoint DropBox

    Hey guys,

    For some reason, when I open the power point and use the Drop-down combo-box, I have to double click in order for the whole list to drop down. If not, I can only see the first option. Can anyone help me on this please? Here is a thank you in advance.

    %%%%%%%
    Code:

    Sub ComboBox1_GotFocus()
    If ComboBox1.ListCount = 0 Then AddDropDown
    End Sub
    
    Sub AddDropDown()
    With ComboBox1
    .AddItem "Hello", 0
    .AddItem "Delinquen", 1
    .AddItem "Period", 2
    .AddItem "Period", 3
    .AddItem "Periodss", 4
    .AddItem "Hellos", 5
    .AddItem "Hello Periods", 6
    .AddItem "United Four Locates", 7
    .ListRows = 8
    End With
    End Sub
    &&&&&&&&&
    &&&&&&&&&

    OneClick.PNGClick2.PNG
    Last edited by Pepe Le Mokko; 04-18-2020 at 02:50 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Populating dropbox depending on the value of another dropbox
    By megabolic in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 02-01-2017, 03:37 AM
  2. Replies: 0
    Last Post: 08-23-2016, 09:43 AM
  3. Replies: 1
    Last Post: 06-09-2016, 12:05 PM
  4. Excel 2007 VBA code to close powerpoint slide show, but not powerpoint application
    By christopher@groth.cc in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-18-2015, 06:39 AM
  5. Excel/PowerPoint VBA teaser: How to change data labels in PowerPoint chart by VBA?
    By lukelucky in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-12-2015, 11:47 AM
  6. VBA Transfer Range from Excel to Powerpoint (New or Existing Powerpoint Presentation)
    By ThePeoplesClub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2014, 02:52 PM
  7. Excel VBA Code to upload a file to Dropbox using the Dropbox API
    By gb# in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-02-2014, 03:41 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