![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello
Sorry but I have never mastered VBA I'd like to have a macro to open a program (see below) What is the VBA code for this simple operation please? Thanks C:\Documents and Settings\Dave Neve\Application Data\Microsoft\Outlook\Outlook.NK2 |
Ads |
#2
|
|||
|
|||
![]()
On Sat, 14 Jan 2006 09:25:13 +0100, Dave Neve wrote in
microsoft.public.outlook.program_vba: Sorry but I have never mastered VBA I'd like to have a macro to open a program (see below) What is the VBA code for this simple operation please? Thanks C:\Documents and Settings\Dave Neve\Application Data\Microsoft\Outlook\Outlook.NK2 That is not a program, it's an Outlook data file. Why do you want to open it? -- Michael Bednarek http://mbednarek.com/ "POST NO BILLS" |
#3
|
|||
|
|||
![]()
Hi
You're right. I didn't look at what I had pasted. I should have said code to open C:\Program Files\nicknameXP.exe cos I need to get a handle on my nickname cache Thanks Dave Neve "Michael Bednarek" a écrit dans le message de news: ... On Sat, 14 Jan 2006 09:25:13 +0100, Dave Neve wrote in microsoft.public.outlook.program_vba: Sorry but I have never mastered VBA I'd like to have a macro to open a program (see below) What is the VBA code for this simple operation please? Thanks C:\Documents and Settings\Dave Neve\Application Data\Microsoft\Outlook\Outlook.NK2 That is not a program, it's an Outlook data file. Why do you want to open it? -- Michael Bednarek http://mbednarek.com/ "POST NO BILLS" |
#4
|
|||
|
|||
![]()
On Sat, 14 Jan 2006 16:13:48 +0100, Dave Neve wrote in
microsoft.public.outlook.program_vba: You're right. I didn't look at what I had pasted. I should have said code to open C:\Program Files\nicknameXP.exe cos I need to get a handle on my nickname cache You asked that question in June 2005 already, and Sue Mosher then recommended the standard method of running any program from VBA: Set objShell = CreateObject("WScript.Shell") objShell.Run "C:\Program Files\nicknameXP.exe" I myself recommended at the time: Shell("C:\Program Files\nicknameXP.exe") Did neither one work for you? "Michael Bednarek" a écrit dans le message de news: ... On Sat, 14 Jan 2006 09:25:13 +0100, Dave Neve wrote in microsoft.public.outlook.program_vba: Sorry but I have never mastered VBA I'd like to have a macro to open a program (see below) What is the VBA code for this simple operation please? Thanks C:\Documents and Settings\Dave Neve\Application Data\Microsoft\Outlook\Outlook.NK2 That is not a program, it's an Outlook data file. Why do you want to open it? -- Michael Bednarek http://mbednarek.com/ "POST NO BILLS" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
create simple template | Brad Zenner | Outlook - Using Forms | 0 | February 23rd 06 05:42 AM |
create simple template | [email protected] | Outlook - Using Forms | 0 | February 23rd 06 05:39 AM |
Code | Joel Allen | Outlook - Using Forms | 0 | February 1st 06 07:32 PM |
code : Code : 800cccd2 | scotty971fr | Outlook Express | 1 | January 20th 06 12:59 AM |
Importing a simple Contacts list that wasn't exported properly | Albert Chen | Outlook - Using Contacts | 1 | January 9th 06 10:19 PM |