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
if shapeObj.Master = Nothing
if shapeObj.Master = Null
if shapeObj.Master = ""
But nothing works. Any ideas?
Dave