Fwd: $$Excel-Macros$$ PPT

2011-10-10 Thread Chandra Shekar
Hello Ashish, May I know is there any materials to learn macros based on *Powerpoint and Msword.* Thanks in advance. Regards, Chandra Shekar B -- Forwarded message -- From: Chandra Shekar Date: Fri, Oct 7, 2011 at 3:36 PM Subject: Re: $$Excel-Macros$$ PPT To: excel-macros@go

$$Excel-Macros$$ job

2011-10-10 Thread ashish koul
Akankasha Talwar Planman HR akankasha.tal...@planmanconsulting.com * * *Dear Candidate,* I came across your profile online. Based on your experience, expertise and your current profile, I Am sure the following opportunities would definitely interest you. Key Responsibilities * Regular Reports:

Re: $$Excel-Macros$$ Working out of Statistics on Exam Results URGENT solution needed!

2011-10-10 Thread shaneallen
HI Karan Thanx for your advice ,was never aware of of that option, -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our Linke

$$Excel-Macros$$ Re: Dates In Excel

2011-10-10 Thread Haseeb Avarakkan
Another one; =INT((WEEKDAY(A1-*1*)+B1-A1)/7) Note: There are 2 opening brackets before WEEKDAY. A1 = Start_Date B1 = End_Date *1* = Sun, *2* = Mon, *3* = Tue, *4* = Wed, *5* = Thu, *6* = Fri, *7* = Sat If you want to count multiple days between 2 dates use then inside an Array separated by co

Re: $$Excel-Macros$$ Dates In Excel

2011-10-10 Thread Sam Mathai Chacko
I was only saying that it would be easier for people to remember 1=Sunday, 2=Monday, 3=Tuesday etc, and that one can rely on the default return_type (which is 1) without actually having to pass it in the function. Makes the formula look more comprehensible. :) Also, in your example below, =SUMPROD

Re: $$Excel-Macros$$ Dates In Excel

2011-10-10 Thread NOORAIN ANSARI
Dear SAM, I am agree with your statement.. and thanks for your valuable advice.. But if we use formula with little bit correction then we can find monday, tuesday count. it works similar to your formula... For Monday =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A16&":"&A17)),1)<2)) For Tuesday =

$$Excel-Macros$$ Re: Dates In Excel

2011-10-10 Thread RockyFontane
Thank you! Worked like a charm! On Oct 10, 1:27 pm, RockyFontane wrote: > I am trying to count the number of Sunday's between two date ranges. > For example, Start Date:  9/25/2011; End Date:  10/24/2011.  The > number of Sunday's between these two dates are 5.  What's the best way > to write th

Re: $$Excel-Macros$$ Dates In Excel

2011-10-10 Thread Sam Mathai Chacko
Hey Noorain, what's up :) Similar methods used, but, just to touch-base on the differences, what I made use of is the fact that the default return_type of the WEEKDAY function is 1, and it also means that the first day is expected as a Sunday. So in effect, if you equate the resultant array to any

Re: $$Excel-Macros$$ Dates In Excel

2011-10-10 Thread Sam Mathai Chacko
=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&B1)))=1)) Where A1 and B1 are your start dates, and 1=Sunday, 2=Monday, 3=Tuesday etc Regards, Sam Mathai Chacko (GL) On Mon, Oct 10, 2011 at 10:57 PM, RockyFontane wrote: > I am trying to count the number of Sunday's between two date ranges. > For e

Re: $$Excel-Macros$$ Dates In Excel

2011-10-10 Thread NOORAIN ANSARI
Dear Rocky, Please try it..and see attached sheet.. *=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(C3&":"&D3)),2)>6)) *-- Thanks & regards, Noorain Ansari *http://excelmacroworld.blogspot.com/* *http://noorain-ansari.blogspot.com/*

$$Excel-Macros$$ Dates In Excel

2011-10-10 Thread RockyFontane
I am trying to count the number of Sunday's between two date ranges. For example, Start Date: 9/25/2011; End Date: 10/24/2011. The number of Sunday's between these two dates are 5. What's the best way to write that in a formula? Thanks for your help! -- --

Re: $$Excel-Macros$$ Macro pauses if opening a workbook with links

2011-10-10 Thread Sam Mathai Chacko
I haven't tested this, but I do not think it should be 2. Should be 0 Regards, Sam On Mon, Oct 10, 2011 at 9:07 PM, Mahen wrote: > Workbooks.Open Filename:= _ >pt & "\" & rb.Offset(0, -1).Value, _ >Origin:=xlWindows, UpdateLinks:=2 > > With the above in a loop,

$$Excel-Macros$$ Macro pauses if opening a workbook with links

2011-10-10 Thread Mahen
Workbooks.Open Filename:= _ pt & "\" & rb.Offset(0, -1).Value, _ Origin:=xlWindows, UpdateLinks:=2 With the above in a loop, a series of workbooks are open from path pt with workbook names from the variable rb.offset(0,-1).value for reading data from them and these

Re: $$Excel-Macros$$

2011-10-10 Thread Dilip Pandey
Hi, Nice approach. I am good. Thanks. Hope you are doing well. Regards, DILIPandey On 10 Oct 2011 15:51, "rajan verma" wrote: > Hi dilip, > How are you? > I dont have any software for this .. I used Formula for recover the > Contents of sheets by Qualifying the Full address of Cell.. > > ='wor

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread dguillett1
Send your file Don Guillett SalesAid Software dguille...@gmail.com -Original Message- From: satish Sent: Monday, October 10, 2011 9:41 AM To: MS EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Want to Highlight find Cell I tried Don, I could not able to make it, could you please

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread satish
I tried Don, I could not able to make it, could you please help me. Regards SATISH On Oct 10, 3:07 pm, "dguillett1" wrote: > Look down this email to see where to delete and then add my mod > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > > > > > -Original Message- >

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread dguillett1
Look down this email to see where to delete and then add my mod Don Guillett SalesAid Software dguille...@gmail.com -Original Message- From: satish Sent: Monday, October 10, 2011 9:04 AM To: MS EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Want to Highlight find Cell I am not ex

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread satish
I am not expert, could you please let me know where this program has to be placed, If you give me the full modified content that will be useful On Oct 10, 2:12 pm, "dguillett1" wrote: > Try this modification > > with found.Cells.borders > .LineStyle = xlContinuous > .Weight = xlThick > .ColorInde

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread dguillett1
Try this modification with found.Cells.borders .LineStyle = xlContinuous .Weight = xlThick .ColorIndex = 3 End With Temp = MsgBox(prompt:="Clear borders", Title:="Excel Find", Buttons:=vbOKCancel + vbQuestion) If Temp = vbOK Then found.Cells..LineStyle = xlNone End If Don Guillett SalesAid So

Re: $$Excel-Macros$$ Want to Highlight find Cell

2011-10-10 Thread satish
Hi, I try that one, but it show compile error, basically I want to change the border colour in to thick black or red. Even I don't want to colour the entire cell. Thanks and Regards SATISH On Oct 8, 9:07 am, Mahesh parab wrote: > Hi > > Try: > > Sub Mtest() > Dim found As Range > Dim m As Str

Re: $$Excel-Macros$$ A macro pauses execution for no reason

2011-10-10 Thread Paul Schreiner
Did that take care of the problem?   Paul - “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley --

Re: $$Excel-Macros$$

2011-10-10 Thread rajan verma
Hi dilip, How are you? I dont have any software for this .. I used Formula for recover the Contents of sheets by Qualifying the Full address of Cell.. ='workbookPath\WorkbookName[sheetName]'!CellAddress On Thu, Oct 6, 2011 at 11:14 PM, Dilip Pandey wrote: > Good job Rajan... !! > > Few months

Re: $$Excel-Macros$$ Working out of Statistics on Exam Results URGENT solution needed!

2011-10-10 Thread karan 1237
Hey Shane, If your workbook size is more than 10 MB, you can compressed its size through this : Save as or press F12 >From "Save as type" drop down & save your file in Excel Binary Format. Just try this. Kaяan

RE: $$Excel-Macros$$ Working out of Statistics on Exam Results URGENT solution needed!

2011-10-10 Thread Asa Rossoff
Hi Shane, Remember, people here are helping others in their spare time as a favor. If you have an "urgent" need, sometimes it's better to hire someone for pay. Pressuring strangers to help you urgently in your business life might be asking too much. That said, I have looked at your spreadshee

Re: $$Excel-Macros$$ Querry ncg

2011-10-10 Thread Nemi Gandhi
Thanks excel macro freinds. Nemi Gandhi On Oct 8, 8:46 pm, ashish koul wrote: > check the attachment > > > > > > > > > > On Sat, Oct 8, 2011 at 3:07 PM, Nemi Gandhi wrote: > > Plaease provide solution. > > > -- > > Nemi Gandhi > > 98204 92963 > > >  -- > > >