The "click here to enable Instant Search" nag window needs to go away - how can I make it so?
The "click here to enable Instant Search" nag window needs to go away - how can I make it so?
See if this helps: http://www.**--****.com/ Configure Instant Search options in Outlook 2007 Hal -- Hal Hostetler, CPBE -- XXXX@XXXXX.COM Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX http://www.**--****.com/ -- "When News breaks, we fix it!" KVOA Television, Tucson, AZ. NBC Channel 4 Still Cadillacin' - www.badnewsbluesband.com how
1.Make click here to enable instant search go away
How do I make this happen in my new OL 2007 without installing windows desktop search? I have google desktop and don't think I want two desktop searches... or should I consider it?
2.Macro for Instant Search in new Window, failes Instant search
3.Macro for Instant Search in new Window, failes Instant search (OL2
Hello Everyone, I wrote a Macro that takes the selected Email, removes some text from the subject (e.g. E:, FW:etc.) and performs a search on all Emails containing this string. The results of the search are displayed in a new window. Sometimes it works as expected, and sometimes I get an error: This is how the error object holds these values: Description: "The operation failed." HelpContext: 1000440 Number: -2147219964 From when it fails, Instant search stops responding in the main window as well. All this until I restart Outlook (2007). Interestingly, when I change the Macro to display the results in the current (main) window, it always work without any problem. The code: ****************************** Sub SearchByStrippedSubject() Dim app As New Outlook.Application Dim item As Object Dim email As MailItem Set email = app.ActiveExplorer.Selection.item(1) Dim myExplorer As Explorer On Error Resume Next Set myExplorer = app.Explorers.Add(app.Session.GetDefaultFolder(olFolderInbox), olFolderDisplayNormal) Dim filter As String filter = email.Subject filter = Replace(filter, "RE: ", "") filter = Replace(filter, "FW: ", "") filter = Replace(filter, "RE:", "") filter = Replace(filter, "FW:", "") filter = Replace(filter, " (handled)", "") filter = Replace(filter, "(handled)", "") filter = Replace(filter, " (handling)", "") filter = Replace(filter, "(handling)", "") filter = Chr(34) + filter + Chr(34) On Error Resume Next myExplorer.Search filter, olSearchScopeAllFolders If Err.Number >> 0 Then MsgBox Err.Description Err.Clear myExplorer.Close Exit Sub End If myExplorer.Display End Sub ****************************** Any ideas? TIA, -- Eylon
4.Minimizing Outlook 2003 window makes it go away
Folks, I am on Win XP and since last week, soon as I minimize my Outlook 2003 Window, it just goes away and I have to start a new one. Makes it very frustrating to have to start up a new Window everytime. I have tried to search around for possible causes but don't see any similar issues from anyone else. I don't know if I have messed up some setting somewhere. Any thoughts on what may be causing this? Thanks, Sanjay.
5.Outlook 2007: Don't want Instant Search!!!
I don't want "Instant Search", and thus don't plan to either install or use it in anyway, but... ...on top of all my windows/folders are now a line saying "Click here to enable Instant Search". How to remove that line, if one doesn't want to use/install/enable "Instant Search"?!? TIA, CE
6. Calendar reminders don't go away
Users browsing this forum: No registered users and 89 guest