Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim MyRange As Range Set MyRange = B8: R30 <==== I am getting an error here WHY?? If Not Application.Intersect(Target, MyRange) Is Nothing Then Call OpenCalendar End Sub -- Regards Corey |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code error | Excel Discussion (Misc queries) | |||
Error in code | Excel Programming | |||
Error in code | Excel Programming | |||
How can I still go to the error-code after a On Error Goto? | Excel Programming | |||
Code Error - Run Time Error 5 (Disable Cut, Copy & Paste) | Excel Programming |