View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How to change Titlel of Dialog Box?

Hi Naman,

Look at the GetOpenFilename method in VBA help.


---
Regards,
Norman



"Naman.Patel" wrote in message
...
I am using this code to show dialog box and I want to change title of
dialog
box from "Open" to "Xyz"

Set fd = Application.Dialogs(xlDialogOpen)
fd.show