View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Norie Norie is offline
external usenet poster
 
Posts: 82
Default Indirectly referring to a variable

You can't construct varibale names like this in VBA.

Using a dictionary might be a workaround, so might an array approach.