Strings in VBA. String is the data type indicated to store text in VBA. Dim VarText As String 'Declaration of a variable of the data type String.
確定! 回上一頁