Creat beautiful Excel Dialogs (preferably using javascript)

ahmed470

New Member
Joined
Aug 25, 2013
Messages
13
Is it possible to create beautiful dialogs in Excel not the traditional ones?
I want to achieve the following look. Only the look, I can functionalities myself.
See the screenshot below from excel. It is a built in dialog. Can this be made in excel? (without making a seperate Addin)

e.g.
MkOKp.jpg
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Have you considered userforms?
 
Upvote 0
reply removed by Yongle
 
Last edited:
Upvote 0
you can get pretty close though .... <a href="http://tinypic.com?ref=mlyfs" target="_blank"><img src="http://i64.tinypic.com/mlyfs.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
 
Upvote 0
Clean look:
- Userform and all object backgrounds made same white
- Userform border colour = none
- Font = Tahoma
- removed Userform caption (cannot manipulate it so it is better removed!)

Command buttons are in fact labels (with text centrally aligned and a border added)- label click events can run any code

"URL" and "From Web" are labels
 
Last edited:
Upvote 0
I will create a few snippets of userform object "beautifying" VBA for you in the next few days
- you can then tailor and expand it to create your ideal look!
Have a look at the thread again on Monday
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,739
Members
448,989
Latest member
mariah3

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