$$Excel-Macros$$ Get Amazon Offer detail data using Excel VBA

2015-11-30 Thread Tahir Mehmood
Hi, I am facing some issue regarding offer detail data extraction from Amazon using excel vba,i use below mentioned code but unable to output prices detail. Sub RunNewModule() Dim ie As SHDocVw.InternetExplorer Set ie = New SHDocVw.InternetExplorer Dim html As MSHTML.HTMLDocument Set ie = Cre

$$Excel-Macros$$ Fwd: Moving mail within Gmail Account

2015-11-30 Thread Chandra Shekar
Hello Team, Any help on this? Regards, Chandru -- Forwarded message -- From: Chandra Shekar Date: Fri, Nov 20, 2015 at 10:32 AM Subject: Moving mail within Gmail Account To: excel-macros@googlegroups.com Hello, I have created new gmail now I need to move old gmail account to

Re: $$Excel-Macros$$ build me a database that can work with Excel/Word

2015-11-30 Thread BNS kumar
Linking various excel sheets and generating word doc is not a big issue. Brief out your scenario, we can look into it. Regards Kumar BNS On 1 Dec 2015 7:40 am, "Michael K Taylor" wrote: > I need a database that can pull data from multiple Excel pages, and then > be used to populate sections of

$$Excel-Macros$$ build me a database that can work with Excel/Word

2015-11-30 Thread Michael K Taylor
I need a database that can pull data from multiple Excel pages, and then be used to populate sections of a financial report in Word. I can provide samples of the typical Excel files and financial report. Database will be used to create multiple reports monthly and potentially have widespread de

Re: $$Excel-Macros$$ Random Time Problem

2015-11-30 Thread Bill Q
That is amazing. Thanks very much Joshi and that you too as well Paul. On Monday, 30 November 2015 09:16:49 UTC-5, Vabz wrote: > > put this formula in I2 & drag down: > > > =IF(COUNTIF($B$2:B2,B2)=1,RANDBETWEEN(420,480)/1440,RANDBETWEEN(I1*1440+TIME(0,31,0)*1440,I1*1440+TIME(0,55,0)*1440)/144

Re: $$Excel-Macros$$ Random Time Problem

2015-11-30 Thread Paul Schreiner
I like it.As long as he's OK with the limitations.The first entry will be within the first hour.Subsequent entries will be between 31 minutes and 55 minutes away. The only problem with this is that it doesn't produce a very even "random" distribution.The only way any time values will be in the 2

$$Excel-Macros$$ Direct Client need Enterprise Architect-Austin , TX

2015-11-30 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : **Enterprise Architect* *Location : Austin, TX* JD:- As a *senior Hyland OnBase/AnyDoc Developer* you will be responsible for analyzing, preparing, developing, and migrating CPA paper based forms

$$Excel-Macros$$ Direct client need Sr. Project Manager-Austin , TX--10+ years resume Must-LOCALS PREFER

2015-11-30 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great … Please send resume to ma...@genuineitllc.com *Title : Sr. **Project Manager (**10+ years resume Must)* *Location :Austin, TX* II.WORKER SKILLS AND QUALIFICATIONS *Minimum Requirements:* Years Skills/Experience 8

Re: $$Excel-Macros$$ Random Time Problem

2015-11-30 Thread Vaibhav Joshi
put this formula in I2 & drag down: =IF(COUNTIF($B$2:B2,B2)=1,RANDBETWEEN(420,480)/1440,RANDBETWEEN(I1*1440+TIME(0,31,0)*1440,I1*1440+TIME(0,55,0)*1440)/1440) Cheers!! On Wed, Nov 25, 2015 at 1:44 AM, Bill Q wrote: > > > I gave this my best shot - but I am not satisfied with it. > > PSA. > > *

Re: $$Excel-Macros$$ Random Time Problem

2015-11-30 Thread Bill Q
Hi Paul, No issue with the =RANDBETWEEN(420,1260)/1440 formula. No issue sorting the result using all of this in a macro. I can ever identify those times that are with 30 minutes within each other. What I cannot wrap my head around is how to adjust or "fix" the data so that there is proper spa

Re: $$Excel-Macros$$ Random Time Problem

2015-11-30 Thread Paul Schreiner
I don't see how you're going to do it with simple Excel functionality.There's a couple of techniques you could use in the randomization. For instance:You're using time rounded to the minute.There are 1440 minutes in a day (60 min/hr * 24 hrs/day)7:00 am is minute 42021:00 is minute 1260. So, you

Re: $$Excel-Macros$$ Re: VLOOKUP Query

2015-11-30 Thread Mandeep Baluja
> > Some values in both tables are text and some are integers, You will get > Error for those only when text value is comparing with Integer. For correct > result you need to keep the format same. > *To understand this activity Do this to understand * Put 1 in cell A1 put formula in b1 = Text