Closed Thread
Results 1 to 2 of 2

PowerPoint DropBox

Hybrid View

carguel1 PowerPoint DropBox 04-18-2020, 10:08 AM
AliGW Re: PowerPoint DropBox 04-18-2020, 10:13 AM
  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
    &&&&&&&&&
    &&&&&&&&&

    Attachment 673107Attachment 673106

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,375

    Re: PowerPoint DropBox

    Administrative Note:

    Welcome to the forum.

    Unfortunately, this is a duplicate thread, and you are allowed only ONE thread per issue here.

    Please see Forum Rule #5 about thread duplication.

    I am closing this thread, but you may continue here in the original thread: https://www.excelforum.com/powerpoin...t-dropbox.html
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] PowerPoint DropBox
    By carguel1 in forum PowerPoint Programming
    Replies: 8
    Last Post: 04-19-2020, 10:11 AM
  2. [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
  3. Replies: 0
    Last Post: 08-23-2016, 09:43 AM
  4. Replies: 1
    Last Post: 06-09-2016, 12:05 PM
  5. 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
  6. 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
  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