Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-25-2015, 05:05 AM
janism22 janism22 is offline VBA Powerpoint slide table data to combobox item Windows 7 64bit VBA Powerpoint slide table data to combobox item Office 2013
Novice
VBA Powerpoint slide table data to combobox item
 
Join Date: Mar 2015
Posts: 3
janism22 is on a distinguished road
Default VBA Powerpoint slide table data to combobox item

I have combobox and I want to add items from table(it could be as table, or excel SpreadSheet) which is on previous slide.



I found one example for excel(I don't know if will work ir PPT):
Sub Loadbox() row_review = 1
Dim
TheSheet As ?????
Set TheSheet = ?????
Do
DoEvents
row_review = row_review + 1
item_in_review = TheSheet.Range("A" & row_review)
If Len(item_inreview) > 0 Then ComboBox1.AddItem (item_in_review)
Loop Until item_in_review = ""End
Sub

But I couldn't understand how to define table from witch I get data for item.
Maybe there is better way how to do it?

Thanks
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need macro to fill data from different sheets based on selected item from drop down skorasika Excel Programming 1 03-13-2015 11:25 AM
Pivot table - I cant display item labels when no fields in value area differentdrummer Excel 0 12-12-2013 05:13 PM
VBA Powerpoint slide table data to combobox item powerpoint slide hit counter breisleach PowerPoint 7 08-30-2013 12:25 AM
VBA Powerpoint slide table data to combobox item Create PPT slide presentation with Excel data. Chart is displayed off the slide. eratem PowerPoint 4 02-29-2012 09:44 AM
Powerpoint: adding data to trend lines w/o data labels HaiLe PowerPoint 0 04-11-2011 09:21 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:13 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft