Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
apparently embedded chart in excel 2007 have hidden windows classname. I have this piece of code, what I use for position forms over the worksheet hWndXL = FindWindow("XLMAIN", Application.Caption) hWndXLDesktop = FindWindowEx(hWndXL, 0&, "XLDESK", vbNullString) hWndXLChart = FindWindowEx(hWndXLDesktop, 0&, "EXCELE", vbNullString) XLMAIN - EXCEL XLDESK - Sheet Grid EXCELE - Embedded Chart someone knows a workaround for position forms exactily over a cell independently of zoom and maximaze. Thank's |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 with two windows in Windows 7 | Excel Discussion (Misc queries) | |||
Excel 2007 & Windows Explorer | Excel Discussion (Misc queries) | |||
Opening Excel in 2 different windows 2007 | Excel Discussion (Misc queries) | |||
separate windows in excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 Class | Excel Programming |