Hi
I have used the code discussed above to open a table (.TAB) file via Access with success, however, now I need to open a workspace, but keep getting error message 'Found [workspace] while searching for [file]' when runnig the following code:
Private Sub cmdOpenMapInfo_Click()
Dim objMapInfo...