Hi All
I have a file that is saved as read only using the below steps to achieve this.
1) Make the file/database READ ONLY when saving it
(Select Save As/Tools/Tick the Read Only Box)
2) Right click on file
Go to properties
Tick the read only box
The reason it is done this way is because the file will be shared. Also, step 2 ensures that the read only message does not appear when the file is opened (this avoids confusion for the operators using it).
How the file works is that the operator fills in certain bits of information in set cells and then hits a “Finish” button. The “Finish” button runs a macro which opens a CSV file in another location, finds the next empty row and then enters information completed by the operator and then saves/closes the CSV file.
What I would like to do is, when the CSV file has been saved/closed I would like to also copy the information to “sheet 2” of the Read Only workbook.
My question is, is it possible and if so does anyone have a code to perform the following:
Is there a way of doing this and if so I would be really grateful if anyone had a some code out there to help me?
Thanks
I have a file that is saved as read only using the below steps to achieve this.
1) Make the file/database READ ONLY when saving it
(Select Save As/Tools/Tick the Read Only Box)
2) Right click on file
Go to properties
Tick the read only box
The reason it is done this way is because the file will be shared. Also, step 2 ensures that the read only message does not appear when the file is opened (this avoids confusion for the operators using it).
How the file works is that the operator fills in certain bits of information in set cells and then hits a “Finish” button. The “Finish” button runs a macro which opens a CSV file in another location, finds the next empty row and then enters information completed by the operator and then saves/closes the CSV file.
What I would like to do is, when the CSV file has been saved/closed I would like to also copy the information to “sheet 2” of the Read Only workbook.
My question is, is it possible and if so does anyone have a code to perform the following:
Once the information has been copied to “sheet 2” of the Read Only file I would like to save the updates to the Read Only file and but have it saved as Read Only again.
Is there a way of doing this and if so I would be really grateful if anyone had a some code out there to help me?
Thanks