StackOverflow 文件 VBA 教程 宣告和分配字串 宣告一個可變寬度的字串變數 宣告一個可變寬度的字串變數 Created: November-22, 2018 Dim surname As String 'surname can accept strings of variable length surname = "Smith" surname = "Johnson" 宣告並分配固定寬度的字串宣告一個字串常量