View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter Beach Peter Beach is offline
external usenet poster
 
Posts: 70
Default Storing Cell Values in Access

Hi Mick,

You may have to provide a little more information <g. Perhaps though

http://msdn.microsoft.com/library/de...pplication.asp

will get you started and then you can come back with some more precise
questions.

HTH

Peter Beach

"Mick" wrote in message
...
I wouuld like to take the vaues held in particular cells in a spreadsheet

and, using one of these as a key, store them as a row in an predifined
Access table.
Later I would need to select the key from a drop down menu in Excel and

repopluate the spreadsheet cells at the same locations.
I guess I need to open the Access appliaction up from Excel and push/pull

the values over.
Can you help?