Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
PS The original posting may be found at:
<http://groups.google.com.au/group/microsoft.public.vb.syntax/msg/7675b4d391cc386c?hl=en I have modified the code as follows: Public Sub SetHandCursor(bUseHandA As Boolean) Dim lCursor As Long lCursor = IIf(bUseHandA = True, IDC_HAND, IDC_ARROW) SetCursor LoadCursor(0, lCursor) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does Internet Explorer open a jpeg from a hyperlink ??? | Excel Discussion (Misc queries) | |||
Why does Internet Explorer open a jpeg from a hyperlink ??? | Excel Discussion (Misc queries) | |||
Internet Explorer opens jpeg from a hyperlink ??? | Excel Worksheet Functions | |||
Hyperlink to a .gif opens with Internet Explorer | Excel Discussion (Misc queries) | |||
Hyperlink from Internet Explorer to Excel | Excel Discussion (Misc queries) |