Duplicate option

You used the Option Base, Option Declare, or Option Public statements more than once in a module. These statements can only appear once each per module.

Remove any repeated instances of the Option Base, Option Declare, or Option Public statements within the module. To override the lower bound setting specified by the Option Base statement, use explicit lower bounds in a Dim or ReDim statement.