Office 2007 VBA language changes

W

Willi

Hi!

Is there any overview of revisions about the changes concerning the VBA
language and VBA programming?
I found few discussions but didn't find any content about that..

thank you in advance!
 
P

Perry

No sweat.

One of the changes worth highlighting:
Application.FileSearch() is hidden in Office 2007.
So you can't use this in your Office 2007 VBA projects,
leaving Dir(), FileSystemObject and WMI filesystem queries as tooling for
for the filesearch operations in Office VBA.

--
Krgrds,
Perry

System:
Vista/Office Ultimate
VS2005/VSTO2005 SE
 
Top