View Single Post
  #5  
Old July 6th 09, 06:05 PM posted to microsoft.public.outlook.program_vba
King Albert
external usenet poster
 
Posts: 3
Default sort over flagstatus

No it was right first time, but I did trip over objectvariable references
like I shouldn't anymore :-)


Set ol.ActiveExplorer.CurrentFolder = nieuwefolder
ol.ActiveExplorer.CurrentView = "Servers"



Thank you very much !

Ward



"Sue Mosher [MVP]" wrote in
:

From your description, it sounds like Servers may be a view with the
scope "on this folder visible to everyone," which means it cannot be
used on other folders. Make a copy of that view with the scope "on all
Mail and Post folders," so that it can be used on any folder.


Ads