Dubz
May 18th, 2001, 11:33 AM
Greetings! In a module I have declared the following:
Public Const TOTAL = 5
Public Points(TOTAL, 1)
Later in the code (within a form) I have the following:
ReDim Preserve Points(TOTAL, 5)
However this crashes stating that the array has already been dimentioned. Any thoughts?
Public Const TOTAL = 5
Public Points(TOTAL, 1)
Later in the code (within a form) I have the following:
ReDim Preserve Points(TOTAL, 5)
However this crashes stating that the array has already been dimentioned. Any thoughts?