Thread: Read Binary
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Read Binary

Tom,
It is a fortran binary file, word loads it but does not recognize it.
Thx
Dan

"Tom Ogilvy" wrote:

What application produced the file?
What do you know about the format of the file?

for example, an xls is written in a binary format and you would need to know
the format to interpret the file (basically do what excel does)

Are you sure it is binary. Have you tried opening it in word?

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
Is it possible to:
1) open a binary file
B) convert to text
Thanks
Dan