vasim
Member
I have a userform for data entry, the sheet is protected. Macro in userform unprotect sheet and add the entries in userform to worksheet and protect it again. Now this is supposed to be a shared sheet were different users will enter data in different sheet from respective userforms. Now the challange if I share the workbook, while running the code it gives an error as shared property doesnt allow to unprotect/protect sheet (similar kind off)........how do I tackle this any idea????
In simple, how to unprotect (through vba) a shared workbook so that my macros can run?????
Or is there any other way were (apart from protecting the sheet) the data is only visible to user and he/she cant amend it????
In simple, how to unprotect (through vba) a shared workbook so that my macros can run?????
Or is there any other way were (apart from protecting the sheet) the data is only visible to user and he/she cant amend it????