Advertisement
Advertisement
| 05.16.2008 at 09:20AM PDT, ID: 23408845 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "UP_Doc and Settings User Profiles", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "1A_User Profiles!A1:C1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "FC_Count of File Creations by Day", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "2A_File Creation by Day!A1:C1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "DEL_Count of Files with Deleted in Description by LA day", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "3A_Files with Deleted!A1:B1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "DEL_Info/Info2 Records", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "4A_Info-Info2!A1:D1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "IH_IE History by URL Host", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "5A-B_Internet History!A1:B1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "IH_IE History by LA", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "5A-B_Internet History!D1:E1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "IH_IE History Webmail by URL Host by LA", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "5C_Email Accounts!A1:C1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "USB_Friendly Names in USBSTOR", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "6A_USBSTOR!A1:D1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "LNK_Link Files grouped by Serial Number", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "6B_Link File References!A1:J1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "FE_Prefetch Files with Hashsets", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "7A_Prefetch Entries!A1:E1" DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "FE_ File Extensions by Categories", "C:\Documents and Settings\yschiff\Desktop\R1 Graph Creation1.xls", False, "8A_File Extensions!A1:F1" |