Re: $$Excel-Macros$$ Task Scheduler

2015-10-20 Thread Chandra Shekar
Hello, Okay. Is there steps to do it? Regards, Chandru On Tue, Oct 20, 2015 at 5:13 PM, Paul Schreiner wrote: > It's the same Task Scheduler. > > Basically, the Operating System has an application that handles scheduled > tasks. > > Windows has an application that serves as an INTERFACE to t

$$Excel-Macros$$ Urgent need for Network Engg with Threat Management -Atlanta, GA

2015-10-20 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great.. Please send resume to ma...@genuineitllc.com *Title :Network Engg* *Location : Atlanta, GA* Do you have anyone with these skills: *Responsibilities include:* ü Processing customer website unblock requests on *Websense* and Microsoft *Threat Mana

Re: $$Excel-Macros$$ Task Scheduler

2015-10-20 Thread Paul Schreiner
It's the same Task Scheduler. Basically, the Operating System has an application that handles scheduled tasks. Windows has an application that serves as an INTERFACE to the task handler. There is a CMD interface called schtasks that also serves as an interface to the same task handler. If you use

Re: $$Excel-Macros$$ Re: Getting Run time error for macro

2015-10-20 Thread Mandeep Baluja
Hi Praveen, Welcome,I am sorry but Please elaborate your query Modify in what sense and for all sheets means you have the same code in all sheets what kind of modification you're looking for whether it is automated or it is manual. Regards, Mandeep Baluja On Tuesday, October 20, 2015 at 4:2

Re: $$Excel-Macros$$ Re: Getting Run time error for macro

2015-10-20 Thread Pravin Gunjal
Dear Mandeep Thank you so much.. it works fantastic. Can you tell me one more thing, how to modify the vba code in all sheets... Regards, Pravin Gunjal. On Oct 20, 2015 2:47 PM, "Mandeep Baluja" wrote: > check this out !! > > > > > Private Sub Worksheet_Change(ByVal Target As Excel.Range) > >

$$Excel-Macros$$ Re: Getting Run time error for macro

2015-10-20 Thread Mandeep Baluja
> > check this out !! Private Sub Worksheet_Change(ByVal Target As Excel.Range) If Not Application.Intersect(Target, Range("n4:n100")) Is Nothing Then For Each cell In Target If cell.Value <> "" Then cell.Offset(0, 1).Value = Application.UserName End If Next End If

$$Excel-Macros$$ Getting Run time error for macro

2015-10-20 Thread Pravin Gunjal
Hi, Greetings, I have used a simple macro in an attached file But while pasting or deleting the data in multiple cells, getting following error: Run-time error '13': Type mismatch Kindly help me out on this. Thank you, Regards Pravin Gunjal -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?

$$Excel-Macros$$ Getting Run time error for macro

2015-10-20 Thread Pravin Gunjal
Hi, Greetings, I have used a simple macro in an attached file But while pasting or deleting the data in multiple cells, getting following error: Run-time error '13': Type mismatch Kindly help me out on this. Thank you, Regards Pravin Gunjal -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Exce