- Local time
- Today, 18:46
- Joined
- Feb 19, 2013
- Messages
- 17,071
the code is old and there is a small change you need to make
in several functions, e.g. fIsScrollBar, there is a line which is used to identify the scrollbar for a window
If fGetClassName(hWnd_VSB) = "scrollBar" Then
this needs to be changed to
If fGetClassName(hWnd_VSB) = "NUIscrollBar" Then
Then it will work - I guess this is a windows change rather than an office change - don't know when but somewhere between win95 and win10
in several functions, e.g. fIsScrollBar, there is a line which is used to identify the scrollbar for a window
If fGetClassName(hWnd_VSB) = "scrollBar" Then
this needs to be changed to
If fGetClassName(hWnd_VSB) = "NUIscrollBar" Then
Then it will work - I guess this is a windows change rather than an office change - don't know when but somewhere between win95 and win10