Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel files not opening when double clicked | Excel Discussion (Misc queries) | |||
Excel "can't find" double-clicked files | Excel Discussion (Misc queries) | |||
Excel/Windows cannot find the file I clicked on to open it | Excel Discussion (Misc queries) | |||
Formula not displaying colored border when double clicked | Excel Discussion (Misc queries) | |||
Options (under the tools menu) won't open when clicked in Excel | Excel Discussion (Misc queries) |