Excel 2007 statusbar hWnd
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.
--
|