View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Restrictoin of xp windows feature


which version of Excel are u running?
please check microsoft KB.
http://support.microsoft.com/kb/q284896/
applies only to Office XP and 2003

BUT again.. if you just want to hide recent files from
from the menu =
tools/options/general UNcheck Recently used file list

in code that would be:
Application.DisplayRecentFiles=False


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


helmekki wrote :


Ok, thank u 4 reply

I did disable as suggested (1 =Disable recent docs), but with no
result, still recent file appear in the my recent documents.

any idea why is that ?