Re: $$Excel-Macros$$ when workbook open ask passward

2009-11-29 Thread Dilip Pandey
Dear Umesh, VBA project + Excel Worksheet is protected to enforce the user authentication. You also need to make sure that before distribution it to user(s), password is incorporated. password is sairam. Once you open the project, you can replicate it for several users... enjoy...:) Best Regards

Re: $$Excel-Macros$$ when workbook open ask passward

2009-11-29 Thread matkarumesh
thanx dilip..but i want to know the codes ...could you pls provide me attachment without VBA passward ..so i can able to read codes Umesh matkar On Sun, Nov 29, 2009 at 12:11 PM, Dilip Pandey wrote: > Dear Umesh, > > Workbook open password has to be one, and after that workbook opens as a > com

Re: $$Excel-Macros$$ when workbook open ask passward

2009-11-29 Thread matkarumesh
thanx Dilip..perfectly...which i want once again thanx On Sun, Nov 29, 2009 at 12:11 PM, Dilip Pandey wrote: > Dear Umesh, > > Workbook open password has to be one, and after that workbook opens as a > common for users. Microsoft has not provided a feature to enter seperate > passwods for diff

$$Excel-Macros$$ when workbook open ask passward

2009-11-28 Thread Umesh Matkar
Dear Excel Guru's, Please help me I want to create macro for workbook which using for showing different persons different sales report..but I want to use different passward for different person For e.g (for mr raju - passward may be "Raju" , Mr Sankay - Passward may be "Sanjay" etc.) If w