Thread: Buffer Overflow
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boboz Boboz is offline
external usenet poster
 
Posts: 2
Default Buffer Overflow

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