Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Workbook_Open

I created a Sub Workbook_Open that opens a user form (splash screen) and
builds a toolbar each time Excel is open. However, if I try to open an xls
file thru My Computer or Windows Explorer, it doesn't open. Excel opens,
shows the splash screen, and builds the toolbar but the document never opens.
I have to click File | Open to get it open. Any ideas why? Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Workbook_Open

Look in Tools=Options=General tab and make sure Ignore Other Applications
is not checked.

--
Regards,
Tom Ogilvy

"Kevin R" wrote in message
...
I created a Sub Workbook_Open that opens a user form (splash screen) and
builds a toolbar each time Excel is open. However, if I try to open an

xls
file thru My Computer or Windows Explorer, it doesn't open. Excel opens,
shows the splash screen, and builds the toolbar but the document never

opens.
I have to click File | Open to get it open. Any ideas why? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Workbook_Open

I checked that and it's not checked. Any other suggestions?

"Tom Ogilvy" wrote:

Look in Tools=Options=General tab and make sure Ignore Other Applications
is not checked.

--
Regards,
Tom Ogilvy

"Kevin R" wrote in message
...
I created a Sub Workbook_Open that opens a user form (splash screen) and
builds a toolbar each time Excel is open. However, if I try to open an

xls
file thru My Computer or Windows Explorer, it doesn't open. Excel opens,
shows the splash screen, and builds the toolbar but the document never

opens.
I have to click File | Open to get it open. Any ideas why? Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Workbook_Open

The other common suggestion is to reregister excel

excel.exe /regserver


from a previous post by Dave Peterson

Close Excel (all instances) and
Windows Start Button|Run
excel /unregserver
then
Windows Start Button|Run
excel /regserver

The /unregserver & /regserver stuff resets the windows registry to excel's
factory defaults.

--
Regards,
Tom Ogilvy



"Kevin R" wrote in message
...
I checked that and it's not checked. Any other suggestions?

"Tom Ogilvy" wrote:

Look in Tools=Options=General tab and make sure Ignore Other

Applications
is not checked.

--
Regards,
Tom Ogilvy

"Kevin R" wrote in message
...
I created a Sub Workbook_Open that opens a user form (splash screen)

and
builds a toolbar each time Excel is open. However, if I try to open

an
xls
file thru My Computer or Windows Explorer, it doesn't open. Excel

opens,
shows the splash screen, and builds the toolbar but the document never

opens.
I have to click File | Open to get it open. Any ideas why? Thanks.






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Workbook_Open

That didn't work either. The Sub Workbook_Open is in an add-in that loads
when Excel opens. For some reason this isn't allowing the file to open when
its double clicked in Explorer.

"Tom Ogilvy" wrote:

The other common suggestion is to reregister excel

excel.exe /regserver


from a previous post by Dave Peterson

Close Excel (all instances) and
Windows Start Button|Run
excel /unregserver
then
Windows Start Button|Run
excel /regserver

The /unregserver & /regserver stuff resets the windows registry to excel's
factory defaults.

--
Regards,
Tom Ogilvy



"Kevin R" wrote in message
...
I checked that and it's not checked. Any other suggestions?

"Tom Ogilvy" wrote:

Look in Tools=Options=General tab and make sure Ignore Other

Applications
is not checked.

--
Regards,
Tom Ogilvy

"Kevin R" wrote in message
...
I created a Sub Workbook_Open that opens a user form (splash screen)

and
builds a toolbar each time Excel is open. However, if I try to open

an
xls
file thru My Computer or Windows Explorer, it doesn't open. Excel

opens,
shows the splash screen, and builds the toolbar but the document never
opens.
I have to click File | Open to get it open. Any ideas why? Thanks.







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
Workbook_Open () Bill Martin Excel Discussion (Misc queries) 12 December 20th 05 05:37 PM
How to use workbook_open()? Susan Hayes Excel Programming 2 January 29th 05 03:43 PM
Workbook_Open() will not run Jack Sheet Excel Programming 11 December 9th 04 09:04 AM
Workbook_Open Eric Marple Excel Programming 3 May 10th 04 01:24 AM
Help with Workbook_Open Ruan[_3_] Excel Programming 7 April 28th 04 07:52 AM


All times are GMT +1. The time now is 11:42 PM.

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"