View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ivan F Moala[_3_] Ivan F Moala[_3_] is offline
external usenet poster
 
Posts: 38
Default ssfHistory & ShellSpecialFolderConstants

I think Enum came after xl97 ie only avail xl2000+

The const you are after is CSIDL_LOCALHISTORY

Have a look here.........

http://www.xcelfiles.com/Shell32_00.html

for examples

HTH

Ivan F Moala
http://www.xcelfiles.com

"Tom Rudski" wrote in message ...
Anyone have any VBA code to access this directory.
I have VB code using:
public enum ShellSpecialFolderConstants
<<constants
end enum.

XL does not line the 'enum'.
Want to access the 'doc and setting\...\HISTORY\Today'
folder in W2K.

TIA