Override the Option Base setting by specifically setting the lower bound in the array declaration
Sub arrayDemo() Dim myArray(1 To 10) As Integer End Sub