How to pop up a new dialog?

How to pop up a new dialog?

Anonymous
Not applicable
580 Views
3 Replies
Message 1 of 4

How to pop up a new dialog?

Anonymous
Not applicable

Basically, I want to add a command. When the command is run, a new dialog will pop up for users to input some information. I totally have no idea how to implement it. Please give me some direction. Thanks!

0 Likes
Accepted solutions (1)
581 Views
3 Replies
Replies (3)
Message 2 of 4

mwighton
Collaborator
Collaborator
you can use an ilogic rule.
Did this post help out? Hope it did.
If so please use the 'Accept as Solution' or 'Kudos' Button below.
God Bless

Mwighton
Message 3 of 4

Anonymous
Not applicable

Can you give me a simple VBA example to show a message box like 

 

MessageBox.Show("Thanks to mwighton!")

 

0 Likes
Message 4 of 4

Anonymous
Not applicable
Accepted solution

Make it. VBA has different grammar for message box: MsgBox "Text"

0 Likes