Finding shapes with no master

L

Leland

Using VBA, is it possible to find shapes with no master? I've tried:

if shapeObj.Master = Nothing
if shapeObj.Master = Null
if shapeObj.Master = ""

But nothing works. Any ideas?

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top