View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Cuthill[_2_] David Cuthill[_2_] is offline
external usenet poster
 
Posts: 17
Default Editting textbox value that is grouped with a shape

I am trying to edit the value of a textbox that I have
grouped with a shape (using code). The only way I can seem
to change the value is to ungroup the shape and textbox
then change the value of the textbox and then regroup
them. Is there a more simpler way of doing this - how do
you access a grouped textbox to edit the content?

David