I inherited an Extra! macro from a contract programmer... The macro has run fine for almost 3 years. All of the sudden on Monday it stopped working. When I went in to look at the macro I tried to compile it and the first error displayed was on the line:<br>
'$include: "Utility.ebh"<br>
The macro also has the line:<br>
'$include: "extra!.ebh"<br>
but that part seems to be working fine. I went to Windows Explorer and could find the file 'extra!.ebh', however I would not locate the file 'Utility.ebh'. I believe I need the 'utility.ebh' to be able to use external functions and the macro does have reference to GetPrivateProfileString, WritePrivateProfileString. If I comment out the '$include: "Utility.ebh", then I get compile errors on the GetPrivateProfileString and WritePrivateProfileString commands. I am at a total loss. Any suggestions or help will be greatly appreciated!<br>
'$include: "Utility.ebh"<br>
The macro also has the line:<br>
'$include: "extra!.ebh"<br>
but that part seems to be working fine. I went to Windows Explorer and could find the file 'extra!.ebh', however I would not locate the file 'Utility.ebh'. I believe I need the 'utility.ebh' to be able to use external functions and the macro does have reference to GetPrivateProfileString, WritePrivateProfileString. If I comment out the '$include: "Utility.ebh", then I get compile errors on the GetPrivateProfileString and WritePrivateProfileString commands. I am at a total loss. Any suggestions or help will be greatly appreciated!<br>