jonofisher
05-16-2008, 04:18 AM
Hello
I am trying to do something which i thought would be simple, but cannto work out how to do it.
I simply want to have a variable which is the text from a slide at a specific location.
ie Varx = sld.shape(left=50,top=100).text
Can i somehow select that shape and location (that example above doesnt work) without having to loop through all shapes on the page (thats the only way i currently know how to do it - loop through, and then add if left = x and top = x, then...
Hope this makes sense.
Thanks
Jfish
I am trying to do something which i thought would be simple, but cannto work out how to do it.
I simply want to have a variable which is the text from a slide at a specific location.
ie Varx = sld.shape(left=50,top=100).text
Can i somehow select that shape and location (that example above doesnt work) without having to loop through all shapes on the page (thats the only way i currently know how to do it - loop through, and then add if left = x and top = x, then...
Hope this makes sense.
Thanks
Jfish