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

2024年11月22日 04:47
有2个网友回答
网友(1):

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

网友(2):

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