M
Manuel
I have a database that transfers two tables to a spreadsheet using the
DoCmd.TransferSpreadsheet method (the first DoCmd.TransferSpreadsheet creates
the Excel file and outputs the data from the first table into a sheet and the
second DoCmd.TransferSpreadsheet outputs the second table to another sheet in
this same speadsheet).
I need to have this newly created Excel file set to Read Only. How do I set
the Read Only property using VBA (is it possible to do this through VBA)?
Thanks,
Manuel
DoCmd.TransferSpreadsheet method (the first DoCmd.TransferSpreadsheet creates
the Excel file and outputs the data from the first table into a sheet and the
second DoCmd.TransferSpreadsheet outputs the second table to another sheet in
this same speadsheet).
I need to have this newly created Excel file set to Read Only. How do I set
the Read Only property using VBA (is it possible to do this through VBA)?
Thanks,
Manuel