Thread: Text on shapes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay[_11_] Jay[_11_] is offline
external usenet poster
 
Posts: 1
Default Text on shapes

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??