How To Create Popup Window Within Excel to Show On First Use?

aedctalk

Board Regular
Joined
Oct 9, 2010
Messages
156
Hi. I just did a search for popup window that didnt turn up anything.. Can't be the first to ask this question though. :/

I was hoping there is some kind of code to where If Configuration!J12 = "" (empty) that then i could have a popup window open on workbook load within excel that contains some text and a couple buttons. (that directs them to fill out some information)

Is I know there is a way to load things on workbook open but how exactly do i make a popup window.. Say Size 400w x 200l? show up in the center of the excel worksheet with?

I'm guessing easiest way is to create a worksheet with the text and buttons i want then open that worksheet on workbook load and somehow resize it?

not looking for an alertbox..

I dunno. really lost. Some helpful code or links would be awesome :P
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Do a web search of Excel UserForm tutorial or something like that. What you are calling a custom pop-up window is called a UserForm in Excel VBA.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,277
Members
452,902
Latest member
Knuddeluff

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