Thread: Variable help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Variable help

What does it mean when you have a variable with parens? Like declaring v() as
Variant, and then using the variable v with another variable it seems right
beside it, like v(i)? Can anyone help?