Read an Excel file

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
 
H

Harald Staff

Hi Peter

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

Best wishes Harald
 
G

Gord Dibben

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top