How Do You Switch Between Excel and A Third Party Application (E.g. Chrome) Using VBA - Excel
How Do You Switch Between Excel and A Third Party Application (E.g. Chrome) Using VBA - Excel
: excel
Search r/excel
3 Hsolved CLOSE
Hi all,
AppActivate PROGRAM
what this code does is call the PROGRAM and opens it. Yet assuming
that this PROGRAM is already open, how would I first define the
PROGRAM so VBA would recognize it and secondly how would I
switch between Excel and the PROGRAM? For comparison, in order to
switch between various workbooks, one would use the command
".activate". Does something similar exist to switch between Excel and
third party applications?
Option Explicit
https://www.reddit.com/r/excel/comments/9kh7p1/how_do_you_switch_between_excel_and_a_third_party/ 1/3
7/27/2019 How do you switch between Excel and a third party application (e.g. Chrome) using VBA? : excel
3 Dim
ExcelHwnd
Hsolved As Long CLOSE
Dim Flip As Boolean
https://www.reddit.com/r/excel/comments/9kh7p1/how_do_you_switch_between_excel_and_a_third_party/ 2/3
7/27/2019 How do you switch between Excel and a third party application (e.g. Chrome) using VBA? : excel
https://www.reddit.com/r/excel/comments/9kh7p1/how_do_you_switch_between_excel_and_a_third_party/ 3/3