BarryLight Posted August 16, 2016 Report Share Posted August 16, 2016 I want to have a Macro that runs only in a Gmail window. But Macro Express Pro doesn't appear to see the Gmail windows. See the attached PDF. Does anyone know how I could get Macro Express to limit the scope of my macro to Gmail windows? Thanks, Marc Hankin Quote Link to comment Share on other sites More sharing options...
rberq Posted August 16, 2016 Report Share Posted August 16, 2016 Rather than using the scope tab, perhaps you can put logic within the macro itself so it immediately does a Macro Return if it is running for the wrong window.I’m not sure why ME doesn’t recognize the window title. I have a macro that I start from a hot key, to run in both yahoo mail and gmail, and to assure it is not running in some other application these commands work: If Window Title "Yahoo! Mail" is on top OR If Window Title "gmail" is on top Else Macro Return End IfAnother approach is to have the macro type Alt-d to highlight the web site’s address line, copy to clipboard, then see if it contains something like this: https://mail.google.com/mail/?tab=wm#inbox Quote Link to comment Share on other sites More sharing options...
Cory Posted August 16, 2016 Report Share Posted August 16, 2016 You might want to check out Google Apps Script. This article here looks to have some good examples. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.