View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Using VBA to read/write data from Excel files

How would I go about using Visual Basic to extract
data from cells of any given Excel file and store that
data in variables of my running VBA program??
Similary, how would I write back a value into
that same file into a specified cell??

I just need some basic examples regarding which
functions to use for file operations to get me going.

Thank you all!