Crazy Question ! (lol)

Farah

Board Regular
Joined
Oct 4, 2005
Messages
98
Hello,

You know, I browse Mrexcel a lot... really really impressed with the capabilities of the users on this board. :)

I know, It's a crazy question, but can we somehow edit the excel's built-in userforms ? :eek: Example: When you click on File | Open, the Userform appears, which has a text "File name".. can we edit those ? :confused: and keep it attached to a particular workbook ?


Warm Regards,
Farah
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

royUK

Well-known Member
Joined
Jul 24, 2002
Messages
1,606
AFAIK you can't change such built in Dialogs. You could build your own UserForm to do similar operations if you wanted to.
 
Upvote 0

KenCriss

Active Member
Joined
Jun 6, 2005
Messages
326
Agree. You can't change built in dialogs, but you can do something like this to change the appearance of a built-in dialog
Code:
datafile = Application.GetSaveAsFilename(initfile, "ABC Text Files (*.csv), *.csv,Text Files (*.txt), *.txt,All files (*.*), *.*", , "Find or type in a filename for ABC Company data file", "Open New")

I hope that is what you are asking.
 
Upvote 0

royUK

Well-known Member
Joined
Jul 24, 2002
Messages
1,606
Nice idea Ken, but I interpreted it that the OP wanted to change the Open File label within the UserForm. AFAIK yo ca't d his, maybe he can adapt your suggestion
 
Upvote 0

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,367
Office Version
  1. 365
Platform
  1. Windows
This could be possible via the Windows API, but it's probably too complicated to bother with.
 
Upvote 0

Forum statistics

Threads
1,195,625
Messages
6,010,754
Members
441,568
Latest member
abbyabby

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
Top