View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sian Sian is offline
external usenet poster
 
Posts: 25
Default defining a variable containing quotation marks

I'm trying to do the following:

ActiveSheet.Shapes.Range(Array((myarray)).Select

when myarray is "OptionButton1", "OptionButton2"

I cannot for the life of me work out how to define myarray so that it
contains quotation marks. Can anyone help?
Sian