Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Cannot double-click to open file

I've written some code to pull data from Access and sort
it into something presentable. The problem is that once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the spreadsheet
should be, I just see my desktop. I can open it if I open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 320
Default Cannot double-click to open file

Check tools/options/General -- see if you have "Ignore other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and sort
it into something presentable. The problem is that once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the spreadsheet
should be, I just see my desktop. I can open it if I open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Cannot double-click to open file

I'm afraid that that does not fix the issue. I had
checked it initially in an attempt to fix the issue,
unchecked it and the issue continues.


-----Original Message-----
Check tools/options/General -- see if you have "Ignore

other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and sort
it into something presentable. The problem is that once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the spreadsheet
should be, I just see my desktop. I can open it if I

open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Cannot double-click to open file

Try this

On the Windows Taskbar
Close Excel
StartRun "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 StartRun "C:\yourpath\excel.exe /regserver"(no quotes)OK.



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Chris M." wrote in message ...
I'm afraid that that does not fix the issue. I had
checked it initially in an attempt to fix the issue,
unchecked it and the issue continues.


-----Original Message-----
Check tools/options/General -- see if you have "Ignore

other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and sort
it into something presentable. The problem is that once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the spreadsheet
should be, I just see my desktop. I can open it if I

open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?



.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Cannot double-click to open file

I'm afraid that didn't work either. I've used that to fix
problems previously, but hadn't tried it on this one. I
can't find a thing about this on Microsoft's knowledge
base. I've tried it now on over 10 systems here at work
and they all do it. If I recreate the spreadsheet from
scratch, import the code and run it, the problem recurrs.
Any other suggestions? Thanks for the previous help.

-----Original Message-----
Try this

On the Windows Taskbar
Close Excel
StartRun "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

StartRun "C:\yourpath\excel.exe /regserver"(no quotes)OK.



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Chris M." wrote in message

...
I'm afraid that that does not fix the issue. I had
checked it initially in an attempt to fix the issue,
unchecked it and the issue continues.


-----Original Message-----
Check tools/options/General -- see if you have "Ignore

other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and

sort
it into something presentable. The problem is that

once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the

spreadsheet
should be, I just see my desktop. I can open it if I

open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?


.



.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Cannot double-click to open file

Also, strangely, if I log off of the network, and then log
back in, I can open the file without a problem. If I
execute the code again, I cannot open that spreadsheet, or
any other without this problem until I log out and back
into the network.
-----Original Message-----
Try this

On the Windows Taskbar
Close Excel
StartRun "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

StartRun "C:\yourpath\excel.exe /regserver"(no quotes)OK.



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Chris M." wrote in message

...
I'm afraid that that does not fix the issue. I had
checked it initially in an attempt to fix the issue,
unchecked it and the issue continues.


-----Original Message-----
Check tools/options/General -- see if you have "Ignore

other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and

sort
it into something presentable. The problem is that

once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the

spreadsheet
should be, I just see my desktop. I can open it if I

open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?


.



.

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default Cannot double-click to open file

Hi

I had a similar problem and tried all the fixes suggested above. None
worked.
Ron's solution usually works, but occasionally it fails for some reason.
Un-registering excel and then re-registering it fixed my problem.

On the Windows Taskbar
Close Excel
StartRun "excel.exe /unregserver"(no quotes)OK.
See the space between exe and /regserver

then

On the Windows Taskbar
Close Excel
StartRun "excel.exe /regserver"(no quotes)OK.
See the space between exe and /regserver


HTH

Ken

"Chris M." wrote in message
...
Also, strangely, if I log off of the network, and then log
back in, I can open the file without a problem. If I
execute the code again, I cannot open that spreadsheet, or
any other without this problem until I log out and back
into the network.
-----Original Message-----
Try this

On the Windows Taskbar
Close Excel
StartRun "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

StartRun "C:\yourpath\excel.exe /regserver"(no quotes)OK.



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Chris M." wrote in message

...
I'm afraid that that does not fix the issue. I had
checked it initially in an attempt to fix the issue,
unchecked it and the issue continues.


-----Original Message-----
Check tools/options/General -- see if you have "Ignore
other applications"
checked. If so, uncheck it, exit excel & try again.

Bob Umlas
Excel MVP

"Chris M." wrote in message
...
I've written some code to pull data from Access and

sort
it into something presentable. The problem is that

once
the spreadsheet has been created, I cannot open it by
double-clicking on it. All that appears is the excel
header, toolbar, and border, but where the

spreadsheet
should be, I just see my desktop. I can open it if I
open
excel first then go to File - Open. This problem is
duplicatable on other people's machines too. Any
suggestions on hwo to fix this?


.



.




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.525 / Virus Database: 322 - Release Date: 09/10/2003


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
What have I done wrong? Cannot double click on file to open Derro Excel Discussion (Misc queries) 2 February 11th 09 12:11 PM
Double-click and open .csv file Charles Ingals Setting up and Configuration of Excel 2 April 18th 07 02:12 PM
Why can't I double click on a file to open it? bbrivers Excel Discussion (Misc queries) 3 December 2nd 06 05:24 PM
double click excel file doesn't open it kman Excel Discussion (Misc queries) 2 November 26th 05 04:42 PM
can't open file by double click Mike Morn Excel Discussion (Misc queries) 1 November 16th 05 04:58 PM


All times are GMT +1. The time now is 01:29 AM.

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"