Re: $$Excel-Macros$$ VBA to detect a corrupt excel workbook

2010-03-11 Thread mike
I've been messing with that code snip you gave me all day to no avail. A couple of things are missing from my description: 1. I'm running from a button on an access form 2. Corrupt file is at "c:\san_corrupt.xls" 3. Good file is at "c:\san.xls" Basic code where I'm at: *** Option

$$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-11 Thread Mel
I have a speadsheet that has 5 columns. (Headings are in row 2 and are: Cell A2=Date, B2=Name, C2=Paylist, D2=Cycle, E2=Action). Data starts in Row 3 and will go down to row 5000. The dates would start 01-Jan-2011 and could go up to 31-Dec-2011. Right now I have 2 macro's to sort by date and pa

Re: $$Excel-Macros$$ Re: Finding a diff b/w two time

2010-03-11 Thread Harpreet Singh Gujral
AJ, Thanks, this is exactly what i was looking for Thanks Harry On Mar 7, 10:53 pm, Abhishek Jain wrote: > Dear Harpreet, > > Check the sample file attached. Format used is - "[h]:mm" (without quotes). > > Cheers! > > AJ > > On Sun, Mar 7, 2010 at 12:42 PM, Harpreet Singh Gujral < > > > > harp

Re: $$Excel-Macros$$ A macro that closes and saves the open excel project

2010-03-11 Thread Harpreet Singh Gujral
Aj, I read the below attached code I have some questions about it, as i am keen to learn application.ontime event Why did we repeat the following line of code Application.OnTime TimeValue("20:20:00"), "Close_and_Save" in both Workbook_Open event and the Close_And_SAve sub? Is it important to do

$$Excel-Macros$$ Re: Need Help

2010-03-11 Thread Harpreet Singh Gujral
Hi Imran, I have followed the following logic: In Column G, i have entered a IF Statement, which will seek for Text in columns H to M, as soon as it finds and text in any of the first columns, that will be imitated in Column G Please see the attached file Thanks Harpreet Gujral On Mar 10, 12:5

$$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-11 Thread Mel
I have a speadsheet that has 5 columns. (Headings are in row 2 and are: Cell A2=Date, B2=Name, C2=Paylist, D2=Cycle, E2=Action). Data starts in Row 3 and will go down to row 5000. The dates would start 01-Jan-2011 and could go up to 31-Dec-2011. Right now I have 2 macro's to sort by date and pa

Re: $$Excel-Macros$$ How to clear clipboard effectively?

2010-03-11 Thread Excel 009
Hi Shyam, Thank you for your help again, but I do not see how hiding the Formula Bar is related to the question though. Excel 009 -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks

Re: $$Excel-Macros$$ Need of VBA

2010-03-11 Thread Vikas Chouhan
Dear All, Pls send V.B.A e-book ..or url -- One Team One Dream One Goal Warm Regards, Vikas Chauhan E-Mail :- vikask...@gmail.com,vikask...@rediffmail.com, 9911868518, "We can't Spell S_ccess without U" Life is Very beautiful !!! ¨`•.•´¨) Always `•.¸(¨`•.•´¨)

Re: $$Excel-Macros$$ Create Multiple copies of the same file and rename as per a list

2010-03-11 Thread rf1234 rf1234
Dear Aindril Thanks For Confirmation,Try to read the range suppose a1:a100 (the value which will be takes place as file name). then try to save as with loop. Hope it Will Help Happy To Help :) Shyam On Thu, Mar 11, 2010 at 3:41 PM, Andy wrote: > Hi Shyam, > Thanks for the code. > I am alread

Re: $$Excel-Macros$$ Power point presentation

2010-03-11 Thread rf1234 rf1234
Hello Neil You can select range,Suppose you want to send the chart from excel to power point. then you can use this code as it... "" Module1 Sub ChartToPresentation()

Re: $$Excel-Macros$$ Attendance Tracker

2010-03-11 Thread Dilip Pandey
Good and I also like the concept / funda of defined names. -- Thanks & Regards, DILIP KUMAR PANDEY MBA-HR,B.Com(Hons),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 62, India On Tue, Mar 9, 2010 at 1:22 PM, Born to Win wrote: > Sir, > > Please Check Attenda

$$Excel-Macros$$ Re: Need help on the below excel file.

2010-03-11 Thread Dilip Pandey
Dear Vinu, I am behind my lots of emails and still catching them. Suggestions from my side:- - SumProduct is faster thean SumIf, so you can use SumProduct. - Pivot table is again going to be on a higher side of calculations. - Move to the last row of data in your spreadsheet and delete

Re: $$Excel-Macros$$ VBA to detect a corrupt excel workbook

2010-03-11 Thread Paul Schreiner
I haven't been able to test this extensively, because I don't have a corrupt file, but with an incorrect file type, this works:    On Error Resume Next     Workbooks.Open Filename:="C:\temp\testfile.xls"     If (Err) Then     MsgBox Err.Description     Exit Sub     End If Paul _

$$Excel-Macros$$ Re: Help and advise.

2010-03-11 Thread Dilip Pandey
Hi Hakim I found this post answered, hence thought to reply the same. For certification, you can visit Microsoft's web site and search for online exams / certifications. For enhancing your learning, you can continue answering the posts of this group, or you can refer some online PDF book as well.

$$Excel-Macros$$ Re: FORMULA FOR EXCELL SHEET

2010-03-11 Thread Dilip Pandey
Hi, Attached sheet is solved per your requirements. let me know if you still face any challenges. -- Thanks & Regards, DILIP KUMAR PANDEY MBA-HR,B.Com(Hons),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 62, India On Fri, Mar 5, 2010 at 11:50 AM, MOHAMMED I

Re: $$Excel-Macros$$ Power point presentation

2010-03-11 Thread Swapnil Palande
Hi, What type of data you want to send into power point. I mean are you want to make charts or tables in ppt. Regards, Swapnil. On Thu, Mar 11, 2010 at 12:58 PM, neil johnson wrote: > Hi, > > I want to send excel data into power point through excel vba . > > Thanks and Regards > > -- > > -

Re: $$Excel-Macros$$ Create Multiple copies of the same file and rename as per a list

2010-03-11 Thread Andy
Hi Shyam, Thanks for the code. I am already doing this. My main query is after I have made the copies, I want to rename these files automatically with the names that I have in a list in Excel. Regards, Aindril On Mar 8, 6:30 pm, rf1234 rf1234 wrote: > Hello Dear, > Try to savecopyas > >

$$Excel-Macros$$ Power point

2010-03-11 Thread neil johnson
Hi, How can i send the excel data into power point through excel vba. Please solve my problem. Thanks -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.

$$Excel-Macros$$ Power point presentation

2010-03-11 Thread neil johnson
Hi, I want to send excel data into power point through excel vba . Thanks and Regards -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip

Re: $$Excel-Macros$$ How to clear clipboard effectively?

2010-03-11 Thread rf1234 rf1234
Hello Dear, Thanks to provide me bug,i have think about this bug.I think we can solve it to use '''for others Application.DisplayFormulaBar = False '''for admin Application.DisplayFormulaBar = True in code Hope It Will Help Happy To Help :) Shyam On Wed, Mar 10, 2010 at 11:19 PM, Excel