Can I simultaneously declare and assign a variable in VBA?

后端 未结 5 1782
[愿得一人]
[愿得一人] 2020-12-01 02:24

I\'m new to VBA and want to know if I can convert the following declaration and assignment into one line:

Dim clientToTest As String
clientToTest = clientsTo         


        
5条回答
提交回复
热议问题