Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
David Renehan
 
Posts: n/a
Default Application opens but the file does not?

Using Excel 2003 €“ when I click on a file it only opens the excel application
but not the file. To open a file I need to open the application then use the
file-open-filename to open a spread sheet. If I logout and logon as another
user excel works correctly.

Can anyone please help?

  #2   Report Post  
Posted to microsoft.public.excel.misc
RichardSchollar
 
Posts: n/a
Default Application opens but the file does not?


In Excel go ToolsOptionsGeneral tab and make sure that "Ignore other
applications" is unchecked.

Best regards

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.excelforum.com/member.php...o&userid=34698
View this thread: http://www.excelforum.com/showthread...hreadid=545761

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Application opens but the file does not?

Richard:

This worked for me yesterday, but the Ignore Other Applicatins option was
checked when i restarted my computer this morning. Any idea why that would
happen? Is there a way to stop it from doing this? This entire problem just
started on its own earlier this week.

thanks!

jeffc4442

"RichardSchollar" wrote:


In Excel go ToolsOptionsGeneral tab and make sure that "Ignore other
applications" is unchecked.

Best regards

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.excelforum.com/member.php...o&userid=34698
View this thread: http://www.excelforum.com/showthread...hreadid=545761


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Application opens but the file does not?

The "ignore other applications" setting is stored in the Registry.

If changing it does not stick between sessions, perhaps you do not have
permission to alter the Registry?

Have your account permissions been changed in the past week?

WARNING.....the following concerns opening the Registry Editor.

StartRun "regedit"(no quotes)OK

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options

In right-hand side will be a key Options REG_DWORD with a value of

0x00000117(279) if "ignore other applications" is checked.

0x00000157(343) if unchecked.

Close the Registry Editor, open Excel, change the "ignore other applications"
and close Excel.

Re-open the Registry Editor.........has your change in Excel been picked up in
the Options REG_DWORD value?

While in the Registry select Options on right-side and EditPermissions.

Do you have "full control" as a user?


Gord Dibben MS Excel MVP



On Fri, 12 Jan 2007 07:19:02 -0800, jeffc4442
wrote:

Richard:

This worked for me yesterday, but the Ignore Other Applicatins option was
checked when i restarted my computer this morning. Any idea why that would
happen? Is there a way to stop it from doing this? This entire problem just
started on its own earlier this week.

thanks!

jeffc4442

"RichardSchollar" wrote:


In Excel go ToolsOptionsGeneral tab and make sure that "Ignore other
applications" is unchecked.

Best regards

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.excelforum.com/member.php...o&userid=34698
View this thread: http://www.excelforum.com/showthread...hreadid=545761



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Application opens but the file does not?

Thanks, Gord. I do have full control.

i did what you said and selecting and deselecting 'ignore other
applications' did change the registry key as you said. however, now even
checking or unchecking 'ignore other apps' fixes the problem. I have run
Detect & Repair several times.

Using this toggle worked before and earlier today, but as i said, it didn't
stick. There are a couple of other things that haven't stuck either...one of
them was a change to how excel opens by modifying the command for .xls in the
tools/folders/file types/.xls/advance/open area. by the way...i didn't
change this command until long after these problems started.

thanks again for taking the time to help. i look forward to hearing what
you think.

jeffc4442

"Gord Dibben" wrote:

The "ignore other applications" setting is stored in the Registry.

If changing it does not stick between sessions, perhaps you do not have
permission to alter the Registry?

Have your account permissions been changed in the past week?

WARNING.....the following concerns opening the Registry Editor.

StartRun "regedit"(no quotes)OK

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options

In right-hand side will be a key Options REG_DWORD with a value of

0x00000117(279) if "ignore other applications" is checked.

0x00000157(343) if unchecked.

Close the Registry Editor, open Excel, change the "ignore other applications"
and close Excel.

Re-open the Registry Editor.........has your change in Excel been picked up in
the Options REG_DWORD value?

While in the Registry select Options on right-side and EditPermissions.

Do you have "full control" as a user?


Gord Dibben MS Excel MVP



On Fri, 12 Jan 2007 07:19:02 -0800, jeffc4442
wrote:

Richard:

This worked for me yesterday, but the Ignore Other Applicatins option was
checked when i restarted my computer this morning. Any idea why that would
happen? Is there a way to stop it from doing this? This entire problem just
started on its own earlier this week.

thanks!

jeffc4442

"RichardSchollar" wrote:


In Excel go ToolsOptionsGeneral tab and make sure that "Ignore other
applications" is unchecked.

Best regards

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.excelforum.com/member.php...o&userid=34698
View this thread: http://www.excelforum.com/showthread...hreadid=545761






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Application opens but the file does not?

Try re-registering Excel..............

Close Excel first and On the Windows Taskbar

1) StartRun "excel.exe /unregserver"(no quotes)OK.
2) 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.

One more thing to try if none of the above brings joy.........

Go to StartSettingsFolderOptionsFile Types. Scroll down to MS Excel
Worksheet. Then if running Win98 OS Edit select "Open" and Edit.

If using WinXP OS you would scroll down to .XLS then "Advanced"OpenEdit.

In Command line the path should be similar to this....

"C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\EXCEL.EXE" /e (delete the <sp/e if
you want Book1 to open.

You must have the double quotes.

Below have "use DDE" checked and this in the DDE message box....[open("%1")]

Application should read "Excel"(no quotes)


Gord


On Fri, 12 Jan 2007 13:11:01 -0800, jeffc4442
wrote:

Thanks, Gord. I do have full control.

i did what you said and selecting and deselecting 'ignore other
applications' did change the registry key as you said. however, now even
checking or unchecking 'ignore other apps' fixes the problem. I have run
Detect & Repair several times.

Using this toggle worked before and earlier today, but as i said, it didn't
stick. There are a couple of other things that haven't stuck either...one of
them was a change to how excel opens by modifying the command for .xls in the
tools/folders/file types/.xls/advance/open area. by the way...i didn't
change this command until long after these problems started.

thanks again for taking the time to help. i look forward to hearing what
you think.

jeffc4442

"Gord Dibben" wrote:

The "ignore other applications" setting is stored in the Registry.

If changing it does not stick between sessions, perhaps you do not have
permission to alter the Registry?

Have your account permissions been changed in the past week?

WARNING.....the following concerns opening the Registry Editor.

StartRun "regedit"(no quotes)OK

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options

In right-hand side will be a key Options REG_DWORD with a value of

0x00000117(279) if "ignore other applications" is checked.

0x00000157(343) if unchecked.

Close the Registry Editor, open Excel, change the "ignore other applications"
and close Excel.

Re-open the Registry Editor.........has your change in Excel been picked up in
the Options REG_DWORD value?

While in the Registry select Options on right-side and EditPermissions.

Do you have "full control" as a user?


Gord Dibben MS Excel MVP



On Fri, 12 Jan 2007 07:19:02 -0800, jeffc4442
wrote:

Richard:

This worked for me yesterday, but the Ignore Other Applicatins option was
checked when i restarted my computer this morning. Any idea why that would
happen? Is there a way to stop it from doing this? This entire problem just
started on its own earlier this week.

thanks!

jeffc4442

"RichardSchollar" wrote:


In Excel go ToolsOptionsGeneral tab and make sure that "Ignore other
applications" is unchecked.

Best regards

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.excelforum.com/member.php...o&userid=34698
View this thread: http://www.excelforum.com/showthread...hreadid=545761





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
Read only file opens Bobby Excel Discussion (Misc queries) 0 January 30th 06 02:29 PM
Excel file automatically opens - More Info Lost4Now Excel Discussion (Misc queries) 2 December 4th 05 11:01 PM
Excel file automatically opens Lost4Now Excel Discussion (Misc queries) 6 December 4th 05 09:35 PM
Automatically update from source when file opens P Flater Excel Discussion (Misc queries) 1 March 25th 05 09:41 PM
Password error after file opens Pennington Excel Worksheet Functions 2 November 22nd 04 01:15 PM


All times are GMT +1. The time now is 11:15 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"