With Application.FileDialog( _ Office.MsoFileDialogType.msoFileDialogFolderPicker) If .Show <> 0 Then FolderPickerResults.Formula = .SelectedItems.Item(1) End If End With Note The Application object also provides the GetOpenFileName and GetSaveAsFileName methods, which allow you to select a file...
Msg 7399, Level 16, State 1, Server TRADES, Line 1 OLE DB provider 'STREAM' reported an error. The provider did not give any information about the error. OLE DB error trace [OLE/DB Provider 'STREAM' IRowset::GetNextRows returned 0x80004005: The provider did not give any information abou...