Option Public Option Declare
Sub Initialize Redim strange(0) ' compiles with option declare. strange(0) = "xx" ' also compiles with option declare 'scalarVal = "xxx" '--> does not compile with option declare End Sub