Sharing variables between access and Excel

S

Scott Simpson

I have a database where a user enters some info, which is duplicated in
excel. Is there a way that I can take the user input in Access and transfer
that info to the variables used in my code in excel?
 
C

Chris

You can have Access write values into cells, then have the
Excel code look at it.

Chris
 
Top