how to populate listbox in a powerpoint slide upon running the sli

B

ben

i have 3 listbox in a powerpoint slide, whereby the data in the listbox are
extracted from excel....however i need to run slide automatically....how do i
automate the listbox fill with data, upon the running of the slide without
clicking the command button??? meaning if the slide start running, the
listbox will start to load itself with data from excel??? Please help
 
S

Steve Rindsberg

i have 3 listbox in a powerpoint slide, whereby the data in the listbox are
extracted from excel....however i need to run slide automatically....how do i
automate the listbox fill with data, upon the running of the slide without
clicking the command button??? meaning if the slide start running, the
listbox will start to load itself with data from excel??? Please help

You'll need to implement an event handler; start here:

Make PPT respond to events
http://www.rdpslides.com/pptfaq/FAQ00004.htm
 
Top