If today is 3rd, I want to make three obejects.
Dim Obj1 As Object
Dim Obj2 As Object
Dim Obj3 As Object
If today is 5th, I want to make three obejects.
Dim Obj1 As Object
Dim Obj2 As Object
Dim Obj3 As Object
Dim Obj4 As Object
Dim Obj5 As Object
Then how do I declare objects dynamically like this? Thank you for reading.