Re: $$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-20 Thread Vaibhav Joshi
Thanks Bro!! + *I did not do this for you. God is here working through me for you.* On Sat, Sep 20, 2014 at 10:47 PM, Ashish Kumar wrote: > Vaibhav Bhai, It's superb and unique creation. > > -- > 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)

Re: $$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-20 Thread Ashish Kumar
Vaibhav Bhai, It's superb and unique creation. -- 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, accurate thread titles. Poor thread t

Re: $$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-20 Thread Vaibhav Joshi
Cheers!!! + *I did not do this for you. God is here working through me for you.* On Sat, Sep 20, 2014 at 9:28 PM, Bill Q wrote: > Perfect... Many thanks Vabz ! > > > On Monday, September 1, 2014 1:56:01 PM UTC-4, Bill Q wrote: >> >> Hi, >> >> PSA. >> >> I am looking for two things to be mod

$$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-20 Thread Bill Q
Perfect... Many thanks Vabz ! On Monday, September 1, 2014 1:56:01 PM UTC-4, Bill Q wrote: > > Hi, > > PSA. > > I am looking for two things to be modified with this macro: > > 1. A timer (in seconds) when it gets into the website and extracts > (retrieves) the line information that will allow it

$$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-17 Thread Bill Q
Not working properly. Once spreadsheet is opened, the msg box shows up. 20, 30, 60 seconds pass... nothing. If I press ok I will run through it once then stay there once again with the msg box showing until pressed again. On Monday, September 1, 2014 1:56:01 PM UTC-4, Bill Q wrote: > > Hi, > >

$$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-16 Thread Bill Q
Unfortunately, I am getting the following error when pressing the "strat" button in the spreadhseet: "Compile error: Duplicate declaration of current scope" It highlight "wshShell As Object" as the problem. I tried it a few times. When I run the running "macro1" directly - it does nothing.

$$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-15 Thread Bill Q
The third break is not needed. The following highlighted in yellow is where I would like the 2 breaks Sub Button1_Click() Dim i As Long, j As Long, k As Long, s As String i = 1 j = 1 Do s = Cells(i, 4).Value If s = "" Then Exit Do Worksheets("DATA").Select Cells(j, 1) = Worksheets("U

Re: $$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-15 Thread Vaibhav Joshi
HI can you highlight in your code where you want break.. CHeers!! + *I did not do this for you. God is here working through me for you.* On Mon, Sep 15, 2014 at 1:25 AM, Bill Q wrote: > I unfortunately cannot get it to work. Would it be possible for you to > modify the macro and attach ?

$$Excel-Macros$$ Re: Macro Stop start (pause) Timer

2014-09-14 Thread Bill Q
I unfortunately cannot get it to work. Would it be possible for you to modify the macro and attach ? On Monday, 1 September 2014 13:56:01 UTC-4, Bill Q wrote: > > Hi, > > PSA. > > I am looking for two things to be modified with this macro: > > 1. A timer (in seconds) when it gets into the websi