Answered my own question. My solution was to add a Worksheet_Calculate -> Worksheet_Change AND this is the key, add a cell in the workbook that adds any string to the updated cell... this is what triggers the calculate event. Otherwise... When Zapier updates Excel, the Worksheet_Calculate event is NOT triggered.
IE if Zapier updates cell A1, have a formula in A2 of =A1&"trigger calc event"