Can excel open .dat files

mapakunk

New Member
Joined
May 7, 2002
Messages
40
Does anyone know if you can link a Impact Encore 5.0 data table to an Excel spreadsheet? This would save me from having to deal with the report writer feature(which I believe is Crystal Reports) I'm trying to to an aging report based on due date alone. Impact does not have this feature by itself. The files are saved as DAT files.
This message was edited by mapakunk on 2002-05-08 10:23
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi mapakunk,

I have no direct experience with Impact Encore 5.0, but I do know that it is an OLE-compliant application. As a result, you can use Automation (you can check out the topic "Understanding Automation" in the Excel VBA helps if you are unfamiliar with this term) to access Impact Encore objects from Excel via VBA and should also be able to embed Encore objects in Excel worksheets. Often this can be done just by doing a copy of the table directly from the application (Encore) window and paste it into Excel without even having to go through the Encore file save and Excel import process.

Also, if Encore produces a .dat file that is text (i.e., it makes sense when you view it in Notepad, not just a bunch of unprintable characters), then it can be imported into Excel as a text file. If may not be arranged in a format that you desire, but it would be readable by Excel.

I hope this helps.
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,356
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top