Auto-logging worksheets

  • Thread starter Thread starter Vato Loco
  • Start date Start date
V

Vato Loco

I am currently using the below formula to auto save invoices for review
Is there a way that as these accumulate (there are many), that
spreadsheet could log them? I still want them to archive, but i want
report to be generated on a single sheet daily. Here is the formula
am using for the archiving:

Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
ActiveWorkbook.SaveAs FileName:="J:\builders choice completed\"
ActiveSheet.Range("a9")
End Sub

Thanks in advance, Vato
 
Maybe you could copy and paste special|Values to a different worksheet (in a
different workbook)--just the cells that are worth saving.
 

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

Similar Threads

saving without prompt within code 2
save when populated 6
save as filename 3
small problem with save as 1
Archiving single sheets form workbook 1
worksheet change question 2
Auto Dates 3
Removing VB Code!!! 3

Back
Top