View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nick Nick is offline
external usenet poster
 
Posts: 1
Default smart tags - Subscript out of range

I am using Excel 2002, trying to automate smart tags. I
tried the following code and I get a subscript out of
rnage error:

Range("A1").SmartTags(1).SmartTagActions(3).Execut e

Any ideas on what is going on here? It seems to be
simple and I got the code from the example in the Excel
help so I am pretty sure I am not miscoding something.
Thanks for any thoughts on this.