View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WCR WCR is offline
external usenet poster
 
Posts: 2
Default Specify Start Location for GetOpenFileName box

Can you specify the start location for the getopenfilename dialog box?

Dim f As String
f = Excel.Application.GetOpenFilename("LIS Files (*.lis), *.lis")

I would like to start the search in a specific location, instead of "My
Documents". Couldn't find any info on this topic yet.

Thanks!