View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder Rob van Gelder is offline
external usenet poster
 
Posts: 37
Default GetOpenFilename - Prevent delete

The dialog is really Windows Explorer with a different layout, and some boxes for filling a Filename.
I don't believe you could control it without designing your own fileopen dialog.

An option could be to create a file share that has read-only permissions to users.

Cheers,
Rob


On 13-Dec-2009 06:40, pcsparks wrote:
Is there any way to prevent the user from right-clicking and deleting files
when using the GetOpenFilename method