View Single Post
 
Old 10-04-2012, 02:04 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You have mail.

You can only see the slide ID using code. It's read only and cannot be changed.

Sub showme()
On Error Resume Next
MsgBox ActiveWindow.View.Slide.SlideID
If Err <> 0 Then MsgBox "No slide selected"
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote