Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My PC installed this security update automatically this past week and
now when I open a spreadsheet that I use daily with the following code in it, I get "Automation Error-Catastrophic failure" when I unistalled this update, the code runs fine again. The code is: Function NEXTSATURDAY(d As Date) As Date Dim TestDay As Date TestDay = d + 1 Do Until Weekday(TestDay) = 7 TestDay = TestDay + 1 Loop NEXTSATURDAY = TestDay Any help you can give would be appreciated. Also, I cannot remember the character to place at the front of a line of code to disable it. Thanks, Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Security Update for Excel 2003 (KB955466) Conflict with Excel 2000 | Excel Discussion (Misc queries) | |||
Update KB955466 | Excel Discussion (Misc queries) | |||
Can't install Security Update for Excel 2003 | Excel Discussion (Misc queries) | |||
Excel 2003 security update, please help me! | Setting up and Configuration of Excel | |||
Security update KB905756 problem with Excel 2003 | Excel Discussion (Misc queries) |