View Single Post
  #3  
Old March 24th 09, 03:17 AM posted to microsoft.public.outlook.program_vba
StargateFan[_2_]
external usenet poster
 
Posts: 12
Default Script w/relative path that sends absolute path to a folder to the clipboard?

On Fri, 20 Mar 2009 06:51:08 -0700 (PDT),
wrote:

[snip]

In AutoIt, to open up a folder with a relative path, this is the
syntax, in an effort to illustrate the type of scripting in vb that
would be ideal to achieve:



ShellExecute(@UserProfileDir & "\Application Data\Microsoft
\Stationery", "", "", "open", @SW_MAXIMIZE)


[snip]

Can something like this be done in Outlook, pls?

Ads