View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Writing Changes in XL Worksheet to AccessDB

I have an Access DB which I use to create quotes (using an XL spreadsheet).

Works a treat - creates a new spreadsheet (based on a template) and a unique
reference number (which is exactly what I need).

What I need to do next is log the total figure back in my DB. Am not sure
what the best way to do this is - I have been looking at the BeforeSave event
of a workbook though not sure exactly how this works.