Thread: Macro in 2000
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Macro in 2000

Naman,
You can still use the Windows API. Get the API-Guide from
http://www.allapi.net/

NickHK

"Naman.Patel" wrote in message
...
How to use shbrowseforfolder api???

I am using VBA enviornoment!!!

"NickHK" wrote:

Naman,
Use the SHBrowseForFolder API (or one of the many wrapped in a class).

Many
examples from Google.

NickHK

"Naman.Patel" wrote in message
...
I have created Macro in office XP but it doesn't work in Office 2000

because
use of "Application.FileDialog(msoFileDialogFolderPicker) " in XP Macro

which
is not supported in Office 2000.