Poking Database calculated values into spreadsheets

T

Tom Ross

Hi

My production database calculates labor and progress values for our various
jobs by JobID.

I have a query thats liste JOBID, SatusDate, Hours, Progress for all active
jobs

I have a set of spreadsheets one for each job named by JOBID

I want to loop through the query and poke the values for StatusDate, Hours,
Progress into cells D3, H11 and H12 in each spreadsheet.

I think I can do the looping through the recordset but don't know how to
open the spreadsheets and insert values into the desired cells.

I DON'T want to have the spreadsheets look up the values in the Access
query. I want to insert the data by batch.

Tom
 
P

PC Datasheet

Look at Excel automation in the Help file. Also google for Excel automation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top