Hi, I'm working on some macros for transferring contact data between Excel and ACT!. I've got most all of the bugs worked out. Unfortunately, there is one bug that I can't seem to get rid of.
Basically, the macro fails if any call is made while a cell is open for editing. I've created a sample script to recreate the problem:
Local $oExcel = ObjGet("", "Excel.Application")
If @error Or Not IsObj ($oExcel) Then
MsgBox (0, "ERROR", "Excel is not availible")
Exit
EndIf
$oExcel.Selection.