Re: $$Excel-Macros$$ Formula for Username in a cell

2012-06-22 Thread prkhan56
Hello Krishna I cannot open the file. Can you please check your file? Thanks Rashid Khan On Thursday, June 21, 2012 6:57:23 PM UTC+4, Krishnaraddi wrote: > Hi All > > Please find the attached PPT consists of few useful excel functions > explained. I have prepared this document for training purpo

RE: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread Amit Desai (MERU)
This is Grt work... Do you have more ppts please share... Also please share detailed notes with examples if you have... Best Regards, Amit From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Krishnaraddi Sent: 21 June 2012 20:27 To: excel-macros Subject: $$E

Re: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread Maries
Thank you Krishna. Its very useful. On Thu, Jun 21, 2012 at 7:54 PM, Kuldeep Singh wrote: > > Hi, > > Thank you so much > > Regards, > Kuldeep Singh > Phone.: +91-9716615535 > naukrikuld...@gmail.com || www.naukri.com > *Please* *Consider the environment. Please don't print this e-mai

Re: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread Kuldeep Singh
Hi, Thank you so much Regards, Kuldeep Singh Phone.: +91-9716615535 naukrikuld...@gmail.com || www.naukri.com *Please* *Consider the environment. Please don't print this e-mail unless you really need to.* On Thu, Jun 21, 2012 at 9:21 PM, Mangesh Vimay wrote: > So Nice and also I never seen

Re: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread Mangesh Vimay
So Nice and also I never seen such a nice tutorial on Excel, Good user friendly, easy and simply superb Thanks dear. On Thu, Jun 21, 2012 at 8:27 PM, Krishnaraddi wrote: > Hi All, > > Please find the attached PPT consists of few useful excel functions > explained. I have prepared this document f

RE: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread Rajan_Verma
Hi I think there Is no function that will return user name .. You have to use VBA as per my knowledge Function Uname() as string UName=Environ("UserName") End Function Regards Rajan verma +91 7838100659 [IM-Gtalk] -Original Message- From: excel-macros@googlegroups.com [mailto:

Re: $$Excel-Macros$$ Formula for Username in a cell

2012-06-21 Thread ChilExcel
please add in Module Function User() As String User = Application.UserName End Function Chilexcel 2012/6/21 santosh subudhi : > Hi Group, > > Is there a formula to get the user name in a cell the way we get it in > VBA i.e application.username > > My comp doesn't allow Macro hence I need a f