Thread: Variables Name
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angeles Angeles is offline
external usenet poster
 
Posts: 33
Default Variables Name

Hi I have to define 20 variables all of then have similar name for example :

Name13
Name14
Name15
Name16

Can I do something like "Name" & nRow = Value ?

Thank you in advance.