Text on shapes

J

Jay

Hi

I have a shapes that I reference from my code by using

dim sh as object

for each sh in activesheet.shapes

Now the problem is that I have some characters written on
that shape and I don't seem to beable to reference them.

That is to say on the shape there is "=>" and I want to
change this during the execution of the code to "<".

Can anybody help me??
 
Top