A
Atul Bhatia
I need to check(in powerpoint 2003 only) that weather a particular slide
contains any background or not....
I tried using the following code :
if (objApp.ActivePresentation.Slides[2].Background != null)
but it is giving non null value even for the slide in which nothing is
present in the background.
Please suggest me a way to do it.
contains any background or not....
I tried using the following code :
if (objApp.ActivePresentation.Slides[2].Background != null)
but it is giving non null value even for the slide in which nothing is
present in the background.
Please suggest me a way to do it.