RE: $$Excel-Macros$$ Help with saveas file code

2015-08-11 Thread gargee singh
Dear Paul, Thank you for the clarification, it is great help. I am now able to make it work for various users. Thanks a ton. gargeeDate: Tue, 11 Aug 2015 12:41:11 + From: schreiner_p...@att.net To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Help with saveas file code The us

$$Excel-Macros$$ Urgent Needed Sr. Software Development Engineer--Bowie MD

2015-08-11 Thread MADHU-GenuineItLlc
Hi Partner , Please send resume to ma...@genuineiitllc.com *Title : Sr. Software Development Engineer* *Location Bowie MD* JD:- The Client develops cutting-edge software solutions that are helping to revolutionize the Healthcare Informatics industry. We are seeking a Sr. Software Developme

$$Excel-Macros$$ Re: AUTOMATED "PRIORTITY LIST"

2015-08-11 Thread Bill Q
This is great Paul. I ended up creating something myself (PSA). The only thing that it does not incorporate is the first line with an event macro that you put in (a GREAT feature). Could you please insert that code inside mine ? Thanks, On Sunday, 9 August 2015 16:55:55 UTC-4, Bill Q wrote:

$$Excel-Macros$$ Client in Chicago, IL need DataStage Consultant Only Locals --F@F must

2015-08-11 Thread MADHU-GenuineItLlc
Hi Partners, Please send resume to ma...@genuineitllc.com *Title :DataStage Consultant– Contract * *Location: Chicago, IL—Locals only* *Duration: 1 year* *Candidates must be able to interview onsite. No Skype.* *JD:-* Large Data Warehouse project experience is really required. Excell

$$Excel-Macros$$ Urgent need PM with IBMR Control Desk unified IT asset and service management experience - DC

2015-08-11 Thread MADHU-GenuineItLlc
Hi Partner, Please send resume to ma...@genuineitllc.com *PM with CMDB Implementation experience & experience with IBM® Control Desk unified IT asset and service management* *Location: DC* *Duration: 1 Year* *We are specifically looking for experience with IBM® Control Desk unified IT as

$$Excel-Macros$$ Urgent need RESTful Web Services Developers - Timonium MD or San Jose CA.

2015-08-11 Thread MADHU-GenuineItLlc
Hi Partner, Please send resume to ma...@genuineitllc.com *Key skills are writing RESTful web services from scratch.* Client has rejected folks that “just used, or only consumed or modified RESTful web services” – they need folks that have actually written RESTful web services from scratch!

Re: $$Excel-Macros$$ Help with saveas file code

2015-08-11 Thread Paul Schreiner
The user's "My Documents" folder is USUALLY set up in the C:\users\useridfolder. There's several ways of getting the login account name, but I think something like: MyDocsPath = Environ("USERPROFILE") & "\My Documents" should give you the path to the user's My Documents folder.  Paul--

Re: $$Excel-Macros$$ AUTOMATED "PRIORTITY LIST"

2015-08-11 Thread Paul Schreiner
Take a look at this solution. I use a Change Event in which I check for change to cell C2.(so you should be sure to enter the task BEFORE the priority) I also "assumed" that it would NOT increment tasks that where there was a blank task. That is: with priority 1,3,4,7 if I entered a priority "3":

Re: $$Excel-Macros$$ count # of common strings between two cells

2015-08-11 Thread Paul Schreiner
Here's the approach I took:Since I don't know how many unique words you'll have in a given cell,and I don't know if they will always be separated by a comma,I replaced the comma with a space, then used a space as a word delimiter. Now, if you actually are looking for PHRASES, and each PHRASE is s