Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extra! Macro

Status
Not open for further replies.

KROWELL

Programmer
Joined
Apr 23, 1999
Messages
1
Location
US
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>

 
do you have the extram.dll located in the filters directory of extra!?
 
help: i need a simple macro to transfer data list from a excell sheet to an extra session (extra 6.2.
thanks to all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top