View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Andibevan[_2_] Andibevan[_2_] is offline
external usenet poster
 
Posts: 128
Default Declare API call to Windows GetFile

Have now got it working - Thanks

"K Dales" wrote in message
...
You can add a reference to the Excel object library in your Powerpoint VBA
project, then you can use all the Excel dialogs, including the FindFile, as
well as the FileFind property of Excel.

"Andibevan" wrote:

Hi All,

Can you use the Shell32.dll to generate a box to select a file?

I need to create a select file box in powerpoint (powerpoint does not

offer
the same functioanlity as excel) and am struggling to find any relevent
resources either on the web or in the Powerpoint forum - thought you guys
may have a better idea?

Ta

Andy