Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using VBA in Access to send a recordset to an excel workbook, to format
the workbook, and to save the workbook on a network drive (to be updated several times a day using the task scheduler to run the AutoExec macro which runs the code.) Users will open and read the report from the network file. 1. Do I need to save the excel file under a new name each time, in case the previous report is open by a user when the macro runs? If so, is there a way to delete the files from the network drive using VBA? If not, how do I ensure there will be now errors? 2. How (using VBA) do I protect the workbook from the users making any changes to it? (A strategy that minimizes message boxes on the user end is preferred, as possible.) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 - Protecting Cells but allowing external data updates | Excel Worksheet Functions | |||
Protecting a shared worksheet on a network | Excel Discussion (Misc queries) | |||
protecting a sheet yet allowing for sorting, filtering, formatting | Excel Discussion (Misc queries) | |||
Protecting Sheet and still allowing for sorting, filtering and formatting | Excel Discussion (Misc queries) | |||
Protecting a worksheet but still allowing Outlining/Grouping? | Excel Programming |