N
Newbie JrSysAdmin
i'm writing a macro which needs some basic security functionality
(fwiw, updating a database) and i want to simply piggyback on the
built-in workbook security technology of the password upon open/ "read
only" access if you don't have the password. i want for my macro to
take an action if the instance is one with write access to the
workbook, and to not take action otherwise. (something like "if
readonly = false then write to database else msgbox "you don't have
write access to this application") i'm having trouble finding
documentation to this- i would appreciate any help in here.
(fwiw, updating a database) and i want to simply piggyback on the
built-in workbook security technology of the password upon open/ "read
only" access if you don't have the password. i want for my macro to
take an action if the instance is one with write access to the
workbook, and to not take action otherwise. (something like "if
readonly = false then write to database else msgbox "you don't have
write access to this application") i'm having trouble finding
documentation to this- i would appreciate any help in here.