$$Excel-Macros$$ Userform - Login & Disable Add-ins

2014-11-03 Thread Vaibhav Joshi
myxlguru, Add new module in this macro with follo. code. Call this macro whenever there is unsuccessful event. Once macro is ready create add-in of macro file & install it. So whenever is excel is loaded it will disable addins if unsucessfull login.. code: Sub Disable_Addin() Dim ThisComp

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread my excel
thanks for replying i named this mail id as myxlguru bcoz whatever i posted question in this group i got exact & correct answer who send solution to me i called him as guru (master) vaibhav sir, ashish sir, paul sir etc all are masters master thanks On Mon, Nov 3, 2014 at 8:08 PM, joseph camill

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread joseph camill
Hi, I am not sure who this is "myxlg...@gmail.com". Please use a different mail to solve your queries, as it may confuse me to look for an appropriate answer and ask question to the experts. On Sun, Nov 2, 2014 at 7:05 PM, my excel wrote: > Pramod is it possible to use this login form to exce

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread Pramod Singh
Hi All. User id 123456 Password: 321 REgards Pramod On Mon, Nov 3, 2014 at 6:48 PM, Ashish Kumar wrote: > Hi, > > Try this UserName & password. > > UserID - 123456 > Password - secret > > > Regards > Ashish > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =T

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread Ashish Kumar
Hi, Try this UserName & password. UserID - 123456 Password - secret Regards Ashish -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concis

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread my excel
Guru Vaibhav Sir, is it possible to use this login form to excel add-in file using this authorized user can use (run) add-ins macro add-in name => ctools macro names=> get SlNo, Top10, Reports etc Sir, pls send code for add in if login success than only add-in macros enable else disable thanks

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread joseph camill
Hi Pramod, None are working. On Mon, Nov 3, 2014 at 7:18 AM, Pramod Singh wrote: > User id is 123456 > Password may be 321 or 123 or the > > Try in three password. . > > Regards > Pramod > > Pramod > On 3 Nov 2014 02:02, "joseph camill" wrote: > >> Hi, >> >> I do not need an add-in, need to wo

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread Pramod Singh
User id is 123456 Password may be 321 or 123 or the Try in three password. . Regards Pramod Pramod On 3 Nov 2014 02:02, "joseph camill" wrote: > Hi, > > I do not need an add-in, need to work on the file I sent. > > On Sun, Nov 2, 2014 at 7:05 PM, my excel wrote: > >> Pramod is it possible to

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread joseph camill
Hi, I do not need an add-in, need to work on the file I sent. On Sun, Nov 2, 2014 at 7:05 PM, my excel wrote: > Pramod is it possible to use this login form to excel add-in file > using this authorized user can use (run) add-ins macro > add-in name => ctools > macro names=> get SlNo, Top10, Rep

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread my excel
Pramod is it possible to use this login form to excel add-in file using this authorized user can use (run) add-ins macro add-in name => ctools macro names=> get SlNo, Top10, Reports etc Sir, pls send code for add in if login success than only add-in macros enable else disable thanks On Sun, Nov

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread joseph camill
Hi Pramod, Thank you for the file, but I am unable to log-in. Checked the password, in the sheet and used the updated one as well, but I am unable to log-in. On Sun, Nov 2, 2014 at 2:43 PM, Pramod Singh wrote: > Hi Dear, > > PFA.. > > > Regards > Pramod > > On Sun, Nov 2, 20

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread Pramod Singh
Hi Dear, PFA.. Regards Pramod On Sun, Nov 2, 2014 at 4:33 AM, joseph camill wrote: > Hi experts, > > With the help of various online help have managed to work on few codes in > userform. > > I need two help: > 1. Get error when I "Update password", please help me rectify >

$$Excel-Macros$$ Userform - Login

2014-11-01 Thread joseph camill
Hi experts, With the help of various online help have managed to work on few codes in userform. I need two help: 1. Get error when I "Update password", please help me rectify 2. Please have a look at the code and try to make it more efficient, in terms of number of lines and also duplication. fo