View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SteFetS SteFetS is offline
external usenet poster
 
Posts: 1
Default OpenText failed in Internet Explorer

Hi all,

Here is my issue...hope someone can help me...

I have an Excel file with a macro

The macro call the method Workbooks.OpenText FileName:=xxx.txt


This work fine when the XL sheet is opened with Excel.exe program

If I drop the XL file on Internet Explorer the macro failed.

Runtime error 1004 - OpenText method failed :o(

Any idea ?

Many thanks