Read an Excel file

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hi,everyone,

I have created an Excel file by transferring a array data to a Excel
worksheet by programming(vb.net). If I doubleclick the Excel file no sheet
displays.Then I ran MS Excel directly and click open file menu to open the
excel file I created,this time I can see all then datas in excel sheet I
created.

Can anybody tell me how can I read the Excel file by double click it ?

Thanks in advance

Peter
 
Hi Peter

What happens if you doubleclick a "real" excel file, does it open ?

Best wishes Harald
 
Peter

Try the usual fix(es) for this problem.

Tools>Options>General uncheck "Ignore other Applications"
Exit Excel and try again

If this doesn't work try to re-register Excel

Close Excel first and
On the Windows Taskbar

1) Start>Run "excel.exe /unregserver"(no quotes)>OK.
2) Start>Run "excel.exe /regserver"(no quotes)>OK.
See the space between exe and /regserver

You might have to designate a full path to excel.exe.
In that case Start>Run "C:\yourpath\excel.exe /regserver"(no quotes)>OK.


Gord Dibben Excel MVP
 
Back
Top