Declaring Option Explicit at the top of your code module tells VBA to require that you declare all the variables which you are using in the code.
確定! 回上一頁