thanx
it really works.
Just one more question. Why do u have 2 refer to object again in ob.OBJECT.caption
I thought ob.caption is enough? (though I see it in "Locals" when debugging... but please explain if u find some time)
I was doing:
For Each ob In Sheet1.Shapes
Debug.Print ob.Caption
Next
thanx again for solving my problem vemaju
Quote:
quote:Originally posted by vemaju
Hi,
You can get Caption property by using ob.Object.Caption
-vemaju
|
regards