When do you want to import the data, where do you want to import to? In
general, you will need to have some VBA (or a macro) that performs the SQL
queries, retrieves the record set and puts the data somewhere. You could
have an action button that runs your macro/code or add an item to the
PowerPoint menu like an addin.
Serhiy said:
Could anybody explain how to import data from MS SQL Server into
PowerPoint?