Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone know how to get the handle of the statusbar in Excel 2007? For
earlier versions I'm using: Dim hThis As Long hThis = FindWindow(vbNullString, ThisWorkbook.Caption) Dim hExcel4 As Long hExcel4 = FindWindowEx(hThis, 0, "EXCEL4", vbNullString) Thanks, Jamie. -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying data on Excel Statusbar? | Excel Programming | |||
HWND of Listbox in UserForm in Excel macro | Excel Programming | |||
Getting hWnd for API call or Color choosing dialog | Excel Programming | |||
hWnd of UserForm | Excel Programming | |||
how to get hwnd from application object? | Excel Programming |