Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When double-clicking an excel file in Window Explorer, Excel normally opens
up the file automatically. This is working fine on my PC usually. However, if I have an Excel process running in background (generating reports in silent mode), double-clicking the file doesn't work. Sometimes (very rare) it comes up, but mostly you see nothing. If I open up Excel application first, then use its menu to open the file, then there is no problem. I found similar complains on the Internet, but most of them happen under "normal" conditions. On my machine, it works fine under "normal" conditions. Any idea? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's probably because Excel is running (I assume VBA) in the
background. Try adding a DoEvents Function call to your code, to give control back to the OS temporarily. --JP On Oct 2, 3:30*pm, Ming wrote: When double-clicking an excel file in Window Explorer, Excel normally opens up the file automatically. This is working fine on my PC usually. However, if I have an Excel process running in background (generating reports in silent mode), double-clicking the file doesn't work. Sometimes (very rare) it comes up, but mostly you see nothing. If I open up Excel application first, then use its menu to open the file, then there is no problem. I found similar complains on the Internet, but most of them happen under "normal" conditions. On my machine, it works fine under "normal" conditions. Any idea? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ming
Maybe your code has set Excel to ignore remote requests, which is probably reasonable if you have a process running. Cheers Simon Excel development website: www.codematic.net Ming wrote: When double-clicking an excel file in Window Explorer, Excel normally opens up the file automatically. This is working fine on my PC usually. However, if I have an Excel process running in background (generating reports in silent mode), double-clicking the file doesn't work. Sometimes (very rare) it comes up, but mostly you see nothing. If I open up Excel application first, then use its menu to open the file, then there is no problem. I found similar complains on the Internet, but most of them happen under "normal" conditions. On my machine, it works fine under "normal" conditions. Any idea? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't open file by double clicking on it | Excel Discussion (Misc queries) | |||
Can not open excel file by double clicking on short cut of file fo | Excel Discussion (Misc queries) | |||
Double-clicking .xls file opens Excel but doesn't open the file | Excel Discussion (Misc queries) | |||
Openning Excel by double clicking on the file name in Explorer | Excel Discussion (Misc queries) | |||
can not open a xls file by double clicking | Excel Discussion (Misc queries) |