Excel Forms Properties

  • Thread starter Thread starter vello
  • Start date Start date
Is there a way to print out all properties for a UserForm?

Run this code

Sub GetUFProps()

Dim uf As UserForm1

Set uf = New UserForm1

Stop

End Sub

Change UserForm1 to whatever your userform is called. When you hit the Stop
line, choose Locals from the View menu. Expand uf. Do a screen capture and
print.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top