using Form as MsgBox in a code

andrevni22

New Member
Joined
Dec 21, 2022
Messages
9
Office Version
  1. 2021
Platform
  1. Windows
Is there a way to use a customized Form1 as Msgbox? like:
2023-01-06 16_52_07-Microsoft Visual Basic for Applications - Planilha de Organizacao Financei...png

In my program I have a big Form and a button that calls this customized Form1 in some conditions and I have an If statement after that depending of the choice. What I need is like:

VBA Code:
If Form1.click= "fist button" then
'code
end if


(of course there is not a function like Form1.click - this is just to show that I need like a Msgbox with vbYesNoCancel)
Many Thanks in advance!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Could you not put the code in each button?

If you click one button, call a macro
Click a different button, call a different macro
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,580
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top