![]() |
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
|
|||
|
|||
![]()
I have added the following code to my form to open a browse dialog:
Dim oShell Dim oFolder Dim oFolderItem Dim strFilePath Set oShell = CreateObject("Shell.Application") Set oFolder = oShell.BrowseForFolder(0,"OpenFile",&H4000+&H0200) If not isnull(oFolder.Items.Item) then Set oFolderItem = oFolder.Items.Item End If This code opens a browse dialog but if I select a file it returns nothing but will return the path of a folder if I select it. What I want to be able to do is generate the full path to a file including the filename. Can anyone tell me how to do this please? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Converting iCal (mac) .ics files to Outlook .vcs files | [email protected] | Outlook - Calandaring | 1 | March 22nd 06 04:30 AM |
Converting iCal (mac) .ics files to Outlook .vcs files | Adam | Outlook - General Queries | 0 | March 10th 06 08:40 PM |
Browsing Restrictions | Cgriffin | Outlook Express | 1 | February 19th 06 12:20 AM |
How can I do offline browsing... | Ismael | Outlook Express | 1 | January 23rd 06 05:27 PM |
browsing adress book - contacts missing | Roman Eigner | Outlook - Using Contacts | 3 | January 13th 06 10:58 PM |