Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When automating Excel, is there a way to programmatically get access to a
picture without knowing if the file even contains a picture? My problem is that pictures in an Excel file grab the focus when the file is opened and mouse-clicks anywhere on the Excel window are lost. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
pictures in an Excel file grab the focus when the file is opened
No they don't. Something else is causing your problem. Regards, Vic Eldridge "Stumpiana" wrote: When automating Excel, is there a way to programmatically get access to a picture without knowing if the file even contains a picture? My problem is that pictures in an Excel file grab the focus when the file is opened and mouse-clicks anywhere on the Excel window are lost. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To counteract the problem, try this:
ActiveSheet.Range("A1").Select - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ "Stumpiana" wrote in message ... When automating Excel, is there a way to programmatically get access to a picture without knowing if the file even contains a picture? My problem is that pictures in an Excel file grab the focus when the file is opened and mouse-clicks anywhere on the Excel window are lost. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to programmatically access excel services dialog in excel 2007 | Excel Discussion (Misc queries) | |||
Use ADO to copy a graphic to Access from XL | Excel Programming | |||
Send graphic to Access? | Excel Programming | |||
How to programmatically access sheets in a workbook by code name | Excel Programming | |||
From Excel 97 Programmatically create access 97 or 2000 database and export data to. | Excel Programming |