$$Excel-Macros$$ MS Access Group

2013-08-09 Thread Kaushal Kumar
Hi All, Is there any such group for MS Access and SAS as well ? Rgds, Kaushal -- 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 concise, accur

Re: Fwd: $$Excel-Macros$$ Un hide a workbook

2013-07-17 Thread Kaushal Kumar
passwords from the person who made the file read only. Regards, Vijaykumar    On Wed, Jul 17, 2013 at 6:00 PM, Kaushal Kumar mailto:kaushal.anal...@live.com> > wrote: Apologies, I can not share that file Rgds, Kaushal -Original Message- From: Pravin Gunjal mailto:isk1..

Re: Fwd: $$Excel-Macros$$ Un hide a workbook

2013-07-17 Thread Kaushal Kumar
Apologies, I can not share that file Rgds, Kaushal -Original Message- From: Pravin Gunjal Date: Wed, 17 Jul 2013 12:26:18 To: Subject: Fwd: $$Excel-Macros$$ Un hide a workbook post the file at group. -- Forwarded message -- From: Kaushal Kumar mailto:kaushal.anal

$$Excel-Macros$$ Un hide a workbook

2013-07-17 Thread Kaushal Kumar
Dear All, When I am opening an excel file it seems it is open but not visible. Seems like entire workbook is as been hidden. Can someone please help how can we retrieve that file. Rgds Kaushal Rgds, Kaushal -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIM

$$Excel-Macros$$ Too many cell formats

2013-07-11 Thread Kaushal Kumar
Dear All, I am trying to change the format of a cell in an excel sheet. It gives me a pop-up box as 'Too many cell formats', which is not allowing me to change the format. Could you please help me solving that issue ? Many thanks, Kaushal Rgds, Kaushal -- Are you =EXP(E:RT) or =NOT(EXP(E:RT

$$Excel-Macros$$ MS Access query last modified name

2013-05-13 Thread Kaushal Kumar
Dear All, I understand its an excel forum. But just wondering if anybody has got any idea to identify the last modified by user name for MS Access queries. Need to identify the user who has made changes in a query of MS Access 2003. Appreciate your help regarding this and apologies for asking

RE: $$Excel-Macros$$ Help me

2011-11-15 Thread Kaushal Kumar
new define name "My_List" as your validation list However, it now not recommended to use a validation list from a different workbook as the user will not be able to use the validation if the workbook which carries the list is not open. Best Regards,Kaushal Kumar Date: Tue, 15 Nov 2011 19:20

RE: $$Excel-Macros$$ excel vba If IsEmpty(Range) code problem

2011-11-10 Thread Kaushal Kumar
Hi Seba, You are missing a small thing.. I have made the required correction in your code. Sub testPogoja() If IsEmpty(Range("A1")) Then Exit Sub Else Range("B5").Value = 8 End If End Sub Best Regards,Kaushal Kumar > Date: Thu, 10 Nov 2011 07:48:10 -0800 > Subject: