Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VB6, How do i open (instead of edit) an excel OLE doc when it is double clicked?

writting an app in vb6. i created an ole object linking to an excel
document. when it is double clicked, it enters an edit mode within my
application. how do i set the object so it actually launches excel as
the default "double-click" action, instead of edit?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default VB6, How do i open (instead of edit) an excel OLE doc when it is d

This seems to work

Workbooks.Open FileName, 0, True

expression.Open(FileName, UpdateLinks, ReadOnly, Format, Password,
WriteResPassword, IgnoreReadOnlyRecommended, Origin, Delimiter, Editable,
Notify, Converter, AddToMru, Local, CorruptLoad)

"TexN" wrote:

writting an app in vb6. i created an ole object linking to an excel
document. when it is double clicked, it enters an edit mode within my
application. how do i set the object so it actually launches excel as
the default "double-click" action, instead of edit?


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
Excel files not opening when double clicked Dale Fye Excel Discussion (Misc queries) 4 March 15th 08 04:00 PM
Excel "can't find" double-clicked files [email protected] Excel Discussion (Misc queries) 2 February 16th 08 05:44 PM
Excel/Windows cannot find the file I clicked on to open it Red Kite Excel Discussion (Misc queries) 6 March 29th 07 01:42 PM
Formula not displaying colored border when double clicked Joker Excel Discussion (Misc queries) 0 February 2nd 07 11:34 AM
Options (under the tools menu) won't open when clicked in Excel Dana Excel Discussion (Misc queries) 9 December 8th 05 01:57 PM


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