View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wes Stevens Wes Stevens is offline
external usenet poster
 
Posts: 1
Default Get embeded HTML Button text

I have copied a webpage that has buttons. I'm trying to get the text that is
shown in the buttons. I have tried shapes("Control Button Name").Name ,
text, caption, etc. I have used the script on
http://www.mvps.org/dmcritchie/excel/shapes.htm
and it shows the buttons as type 12, but can't find the VBA to pull up the
text. I even tried to record a macro and change the text, but that didn't
work. Any ideas?