I started the Macro recording in PowerPoint 2003. Click on "Tools->AutoCorrect options..." In the "Auto Correct" Dialog click on the "Smart Tags" tab. Click on the "Check Presentation" push button. Stop the Macro recording. Review the code. The Macro code is coplitly empty! (this works in Word and Excel). What is the command to do recheckSmartrTags? Thanks Yigal :)
Yigal, You might want to ask your question in the Windows PowerPoint newsgroup (microsoft.public.powepoint) as you have landed in the Mac newsgroup. More VBA experts hang out there as well. I am not familiar with the right code for Smart Tags, but you should know two things: (1) PowerPoint VBA tends to be a lot different from Excel and Word VBA. (2) The macro recorder is very limited with what it can record. Some things get picked up beautifully, and many others (like all the new animation stuff) get left out completely. I believe that Office 2007 has eliminated the macro recorder altogether. --David -- David M. Marcovitz Microsoft PowerPoint MVP Author of _Powerful PowerPoint for Educators_ http://www.PowerfulPowerPoint.com/ =?Utf-8?B?WWlnYWw=?= wrote in news:50FEAA45-A776-43F2-898C-5CF1927939A8@microsoft.com: > I started the Macro recording in PowerPoint 2003. > Click on "Tools->AutoCorrect options..." > In the "Auto Correct" Dialog click on the "Smart Tags" tab. > Click on the "Check Presentation" push button. > Stop the Macro recording. > Review the code. > > The Macro code is coplitly empty! (this works in Word and Excel). > > What is the command to do recheckSmartrTags? > > Thanks > Yigal :) >