Excel 在VBA中怎么定义字符串变量

2024-11-22 04:47:46
推荐回答(2个)
回答(1):

在dim来字义数据类型,
string即是字符串类型,$是字符串的简写

回答(2):

可以这样写
Dim str As String
str = "test"