Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For some reason our code stopped running on our spreadsheet. We save it
every month - and for the last two months it no longer asks us if we want to enable macros when we open the workbook - and the code in our sheet does not run. We have code that runs on all of the sheets in our workbook like this: Private Sub Worksheet_Change(ByVal Target As Range) ' capture a date change If Target.Address = "$B$1" Then ... I have tried switching the Security to low, but don't see anywhere else that I can look? I hit Alt-F11 to open the VB window - double click one of the sheets - put a breakpoint on the Worksheet_Change event, but this event is never called. Everyone is screaming at me! Help please. I am not very strong in Excel programming. Thanks, Masa |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can someone please tell me why my code stopped working??? | Excel Worksheet Functions | |||
VB code for running a macro | Excel Discussion (Misc queries) | |||
Running Code from Add-Ins | Excel Programming | |||
running code | New Users to Excel | |||
running VB code | Excel Programming |