SanLucos
SanLucos

Reputation: 11

How to display the graphic editor view of a Userform (after having closed it) in VBA?

I'm already sorry for the stupidity of my question.

Here is y problem :

  1. I have created a macro in VBA for Word.
  2. I have created a UserForm for display needs.
  3. I have closed the graphic editor windows of the UserForm to open the code editor view.

Now I want want to add some commands to the UserForm so I'm looking for the button / shortcut to re-open the graphic editor --> Can't find it (I've lost one hour of my poor life)

I've look in all the menu, I've looked for all the existing shortcuts, ... I've just found the shortcut "F7" to switch from the graphic edition to the code. I want the other way around. But hitting F7 again doesn't work. I'm sure it's a stupid things my even stupider brain cannot figure it out.

There no code to show. And I'm on Mac... with a French MS Word edition... sorry ...

Double click on the UserForm in the Project Explorer doesn't work There's nothing in the right click menu screen shot of the right click menu

Upvotes: 0

Views: 110

Answers (1)

uwd
uwd

Reputation: 45

You want the little 'hammer and wrench' icon on the toolbar.

Upvotes: 0

Related Questions