Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
The following code causes Run Time Error '91' when I insert it into worksheets. The code allows comments to be shown when cell is active. Can anyone help? Private Sub Worksheet_SelectionChange(ByVal Target As Range) Range("B4").Comment.Visible = Not (Intersect(Target, Range("B4")) Is Nothing) End Sub Thanks in advance for any help, Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run time error 1004 general odbc error excel 2003 vba | Excel Programming | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
Run Time Error 1004: Application or Object Defined Error | Excel Programming | |||
Run Time 1004 Error: Application or Object Difine Error | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming |