Answers

Question and Answer:

  Home  Microsoft

⟩ Can you please explain the difference between Dim Object as object AND dim obj as myform?

Dim object as object --> the general VB object was created

Dim obj as myform --> the myform object was created.

The first one is general object and second one is the specified object.

 202 views

More Questions for you: