Macro to dial a phone number
Select a phone number in your
spreadsheet & press CTRL D to dial.
=DIAL()
=RETURN()

Call the METZ Software Sales Number
1-206-641-4525

DIAL
=WORKSPACE(,,,,,,,FALSE)
Establish connection with METZ Phones
=INITIATE("PHONES","DIAL")
Send Phones the contents of the active cell
which should be a phone number
=EXECUTE($A$13,ACTIVE.CELL())
Terminate connection
=TERMINATE($A$13)
=HALT()

































