If you use the
Presentations.Open command in a macro to open another presentation that contains macros, those macros may not function.
Back to the top
To work around this problem, use either of the following methods.
Back to the top
Method 1: Use ActivePresentation.FollowHyperlink
Instead of the
Presentations.Open command, use the
ActivePresentation.FollowHyperlink command to open the presentation as a hyperlink.
Back to the top
Method 2: Change Security to Low
Change your security settings to low. To do this, follow these steps:
| 1. | On the Tools menu, point to Macro, and then click Security. |
| 2. | Click the Security Level tab. |
| 3. | Click Low and then click OK. |
WARNING: This method poses certain security risks. Please consider the implications of this method before using it. Always make sure your macros come from a trusted source.
Back to the top
Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Back to the top
NOTE: Visual Basic for Applications macros are not supported by the Microsoft PowerPoint Viewer. For additional information, please see the following article in the Microsoft Knowledge Base:
230746 (http://support.microsoft.com/kb/230746/EN-US/)
PPT: Viewer: Presentation Macros Don't Run Within the Viewer
Back to the top