I can convert a string to an object in VBA?

前端 未结 0 1237
悲哀的现实
悲哀的现实 2020-12-29 21:12

I need to convert a String to an Object, something like this.

Dim ObjectName As String
Dim Object As Object

ObjectName = "Label1"

Set Object = Obj         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题