Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default Reading MDI Files

Is there some way in VBA to open and read data from an .MDI file?

--
Bill @ UAMS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Reading MDI Files

Bill,
Assuming you are referring to Microsoft Document Imaging Format, it would
seem they are binary files, based on TIFF.
You can open then with VBA, the same as any binary file

Open "YourFile.mdi" for binary #1

However, you need to understand the file's structure in order to make sense
of it. Probably not for the faint hearted..
http://www.google.co.uk/search?hl=en...G=Search&meta=

Other solutions would depend on what you trying to achieve.

NickHK

"BillCPA" <Bill @ UAMS wrote in message
...
Is there some way in VBA to open and read data from an .MDI file?

--
Bill @ UAMS



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading Multiple Files BadBoy Excel Worksheet Functions 5 January 15th 10 06:26 PM
MACRO FOR READING MANY FILES hfazal Excel Programming 4 May 6th 06 12:48 PM
Reading dbf files Luis Verme Excel Discussion (Misc queries) 6 July 1st 05 01:32 AM
Reading dbf files Luis Verme Excel Programming 6 July 1st 05 01:32 AM
Problems with reading files Philipp Oberleitner[_2_] Excel Programming 0 July 9th 04 05:04 PM


All times are GMT +1. The time now is 11:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"