Fairly new to VBE using VBE 6.5. I'm looking to design a shared workbook within Excel/VBE (which will ultimately be web-based) where each user has their own password that accesses their own specific sheet/tab, yet cannot see the other user's sheets/tabs. Im told that with a shared workbook it will cancel any presently running macros. I presently have code (VBE) that enables the user to enter a password that will unhide their specific sheet within the workbook (from xlSheetVeryHidden). However, I also require this newly-entered information (on the specific sheet, but within the greater workbook) to be saved by the specific user and the updated specific sheet be re-hidden (preferably returning to xlSheetVeryHidden), all done as seamlessly as possible (i.e. - without incredibly taxing the novice user). Any thoughts? Is there a work-around? Thanks so much in advance for any assistance provided.
↧