Re: $$Excel-Macros$$ Shell Object

2010-03-09 Thread rf1234 rf1234
? Koi >>> toh link hoga usse download karne ka. Nahi toh batao koi source to read >>> about the shell object >>> >>> I did like the first prog which you sent. >>> >>> Harry >>> >>> Sent on my BlackBerry® from Vodafone Essar >>

Re: $$Excel-Macros$$ Shell Object

2010-03-05 Thread Harpreet Singh Gujral
ject >> >> I did like the first prog which you sent. >> >> Harry >> >> Sent on my BlackBerry® from Vodafone Essar >> ------ >> *From: *rf1234 rf1234 >> *Date: *Fri, 5 Mar 2010 10:55:36 +0530 >> *To: * >> *Cc: * >

Re: $$Excel-Macros$$ Shell Object

2010-03-05 Thread rf1234 rf1234
to read about > the shell object > > I did like the first prog which you sent. > > Harry > > Sent on my BlackBerry® from Vodafone Essar > -- > *From: *rf1234 rf1234 > *Date: *Fri, 5 Mar 2010 10:55:36 +0530 > *To: * > *Cc: * > *

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread rf1234 rf1234
Dear Harpreet I have msdn and dump for VBA Shell Object Programming,but it is too large to send on gmail. and i don want to upload in any of file share site. hope my 1'st programme u will like(Accessing any windows application from vba) Hope it will help Happy To Help :) Shyam On Mon, Mar 1, 2010

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread Harpreet Singh Gujral
> this 'shell object', in a more advanced way? >> >> Thanks >> >> >> Harpreet gujral >> >> Sent on my BlackBerry® from Vodafone Essar >> -------------- >> *From: *rf1234 rf1234 >> *Date: *Thu, 4 Mar 2010 11:37:

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread rf1234 rf1234
unction ShellExecute Lib "Shell32.dll" Alias > "ShellExecuteA"_ > (ByVal hwnd As Long,_ >ByVal lpOperation As String,_ >ByVal lpFile As String,_ >ByVal lpParameters As String, _ >ByVal lpDirectory As String,_ > By

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread Harpreet Gujral
2010 11:37:10 To: Cc: Subject: Re: $$Excel-Macros$$ Shell Object Dear Harpreet You Can Communicate with. 1.windows registry 2.shell programme. using shell obj

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread rf1234 rf1234
ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Sub RunYourProgram() Dim RetVal As Long On Error Resume Next ''''''I AM OPENNING THE NOTEPAD.EXE PROGRAMME

Re: $$Excel-Macros$$ Shell Object

2010-03-04 Thread Harpreet Gujral
: Thu, 4 Mar 2010 00:22:07 To: Cc: Subject: Re: $$Excel-Macros$$ Shell Object Dear Harpreet Ji Please make us more clear about shell of vba,we can help when we got clear image about requirements. hope it will help. happy to help. :) shyam On Tue, Mar 2, 2010 at 12:37 AM, Christopher Luka

Re: $$Excel-Macros$$ Shell Object

2010-03-03 Thread rf1234 rf1234
Dear Harpreet Ji Please make us more clear about shell of vba,we can help when we got clear image about requirements. hope it will help. happy to help. :) shyam On Tue, Mar 2, 2010 at 12:37 AM, Christopher Luka < christopher.l...@gmail.com> wrote: > The Shell command allows you to run other

Re: $$Excel-Macros$$ Shell Object

2010-03-01 Thread Christopher Luka
The Shell command allows you to run other programs from Excel VBA. For example, you could type the following to open up Notepad in Windows: Shell "Notepad.exe" Make sense? Chris On Sun, Feb 28, 2010 at 10:45 AM, Harpreet Singh Gujral < harpreetguj...@gmail.com> wrote: > Hi Group, > > Some of