What does the $ symbol do in VBA?

后端 未结 5 1874
梦如初夏
梦如初夏 2020-12-04 16:15

For example:

variable1=Dir$(some_path)

vs.

variable1=Dir(some_path)

What is the difference?

Why n

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