VBA: Sample VBA Code to Insert an Image Full Size and Centered
This article was previously published under Q168649 On This PageSUMMARY
Although you can use the AddPicture method in a Visual Basic macro to
insert an image on a PowerPoint 97 slide, the AddPicture method requires
you to specify the point size of the image. This article provides a sample
Microsoft Visual Basic for Applications macro (Sub procedure) that imports
an image in the correct size. This method does not require you to know the
point size of the image in advance.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Sample Visual Basic ProcedureREFERENCES
For more information about creating Visual Basic for Applications macros, click Contents and Index
on the Help menu, click the Index tab in Microsoft PowerPoint Help, type the
following text
how to create a macro
and then double-click the selected text to go to the Create a macro in Visual Basic Editor topic. If
you are unable to find the information you need, ask the Office
Assistant.For more information about how to use the sample code in this article, click the article number below to view the article in the Microsoft Knowledge Base: 173707 (http://support.microsoft.com/kb/173707/EN-US/)
OFF97: How to Run Sample Code from Knowledge Base Articles
For additional information, please see the following article in the
Microsoft Knowledge Base:
181058 (http://support.microsoft.com/kb/181058/EN-US/)
OFF98: How to Run Sample Code from Knowledge Base Articles
| Article Translations
|
Back to the top
