K
kardifflad
I'm hoping this is an easy one for someone.
I have a macro that writes data to an archive sheet every time a butto
is pressed. This works fine.
However I now want the archive sheet viewable to everyone but onl
updateable by either the marco or a password.
to do this i have saved the Archive with a password to modify. That wa
users can open as read only. However i do not know what addition i nee
to make to my macro for it to open the Archive to add data to it.
So for instance i currently have:
Workbooks.Open (ExcelFileB), Password:= "12345"
but this is no help with the read only setting. I thought perhaps i
would be a simple Workbooks.Modify, password "12345". or something lik
that.
can anyone help please?
PS this is Excel 200
I have a macro that writes data to an archive sheet every time a butto
is pressed. This works fine.
However I now want the archive sheet viewable to everyone but onl
updateable by either the marco or a password.
to do this i have saved the Archive with a password to modify. That wa
users can open as read only. However i do not know what addition i nee
to make to my macro for it to open the Archive to add data to it.
So for instance i currently have:
Workbooks.Open (ExcelFileB), Password:= "12345"
but this is no help with the read only setting. I thought perhaps i
would be a simple Workbooks.Modify, password "12345". or something lik
that.
can anyone help please?
PS this is Excel 200