Thread: xlDialogOpen
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jamie Jamie is offline
external usenet poster
 
Posts: 191
Default xlDialogOpen

In previous versions of Excel (pre-2007) I have been using -

Application .Dialogs(xlDialogOpen).Show([path variable here])

Under Excel 2007 the above code opens the 'My Documents/OfficeDocs' rather
than the path setup programatically. (I tried this hard-coded with the same
result.)

Is there some change in Excel 2007 that is causing this?

Thanks - jamie