Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Roedd <<Bob Phillips wedi ysgrifennu:
The AddressOf came in in Excel 2000 (although it can be emulated with Excel97, Version 8). Application.hwnd property, came in in Excel XP/2002 (version 10) In earlier versions of Excel, the hwnd workaround was: Private Declare Function FindWindow Lib "user32" _ Alias "FindWindowA" (ByVal _ lpClassName As String, ByVal _ lpWindowName As String) As Long Function GetAppHWnd() As Long Application.Caption = "__@" & CStr(Rnd()) GetAppHWnd = FindWindow("XLMAIN", Application.Caption) Application.Caption = Empty End Function For the Addressof workaround in Office97 see he http://mc-computing.com/Databases/MS.../AddressOf.txt Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving a newer version of Excel using an older version (Excel 97) | Excel Discussion (Misc queries) | |||
How do I save an Excel 97-2003 version or 2007 version for Mac 200 | Excel Discussion (Misc queries) | |||
OS Version impact on Excel functionality | Excel Worksheet Functions | |||
Recover earlier version of excel sheet after new version saved? | Excel Discussion (Misc queries) | |||
How can I update the version of Excel 2000 9.0 to version 10.0 | Excel Discussion (Misc queries) |