G
Guest
What should I do to stop my macro from crashing out with a buffer overflow? I
find that even the following simple macro will generate one:
Sub Macro1()
ActiveWorkbook.Colors(11) = RGB(0, 85, 163)
End Sub
I am running Office 2003 under XP, but I get the same with Office 2000 under
Vista
find that even the following simple macro will generate one:
Sub Macro1()
ActiveWorkbook.Colors(11) = RGB(0, 85, 163)
End Sub
I am running Office 2003 under XP, but I get the same with Office 2000 under
Vista