Search found 6 matches

by tanko
Thu May 11, 2023 5:37 am
Forum: Development, plugins and third party software
Topic: Call Everything prompt from VBA
Replies: 6
Views: 6763

Re: Call Everything prompt from VBA

Is it possible to change the JumpToFolder code so that it runs the StartEverything function when the SaveAs dialog or the Folder Picker dialog appears? I looked at the AHK code and it seems like it might be possible, but I'm extremely unfamiliar with AHK, and a novice coder generally.
by tanko
Wed May 10, 2023 9:28 pm
Forum: Development, plugins and third party software
Topic: Call Everything prompt from VBA
Replies: 6
Views: 6763

Re: Call Everything prompt from VBA

Yup, I started with JumpToFolder, but I'm stuck on the right click launch method. I'm writing this macro for a tech-skeptical user base (lawyers in my law firm) and I need to make it as painless as possible or it simply will not be used. Hence I'm trying to launch the everything window on button cli...
by tanko
Wed May 10, 2023 8:32 pm
Forum: Development, plugins and third party software
Topic: Call Everything prompt from VBA
Replies: 6
Views: 6763

Re: Call Everything prompt from VBA

Sure, here it is: Sub SaveSelectedEmail() ' Set variables Dim ns As Outlook.NameSpace Dim inbox As Outlook.MAPIFolder Dim item As Outlook.MailItem Dim strFileName As String Dim xSelection As Outlook.Selection Dim xFolderPath As String Dim oTopic As String Dim strFileExists As String Set xSelection =...
by tanko
Wed May 10, 2023 8:02 pm
Forum: Development, plugins and third party software
Topic: Call Everything prompt from VBA
Replies: 6
Views: 6763

Call Everything prompt from VBA

I've read the SDK documentation and a the various VBA threads on this board, but I haven't found an answer to what seems like should be an easy question. I am writing a simple VBA macro (MS Outlook) that I want to behave as follows: user clicks a "Save Email" button, the button opens an Ev...
by tanko
Tue May 09, 2023 4:59 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 271029

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Came across this thread and would really like to be able to use this, but I keep encountering this error: "" can not be found. Check your JumpToFolder settings. I've added the path to Everything.exe and hit "OK" several times. Also "Apply". But when I go back in to the ...