View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eero Eero is offline
external usenet poster
 
Posts: 3
Default Worksheet arrays in VBA

Hi,

I have created an array named by A in a workbook, say:

A={4;3;5;4;8;8;6}.

Now, how i can manipulate with this array in VBA environment? For
example to grab a value from A within a macro