Top "Userform" questions

A customizable GUI that interfaces easily with VBA when working with Microsoft Office products.

vba userforms carriage return behavior

In a textbox of a userform in VBA, I would like to enable the feature where the user can add …

vba excel newline carriage-return userform
enable excel workbooks when userform is open

I have a workbook that opens a user-form when the workbook is opened. This has caused a problem because it …

vba excel userform
Userform not triggering Initialize or Activate event

I kept a userform control button in my worksheet to fire up a macro, which in turn shows a user …

vba excel userform
How to detect if a specific key was pressed?

I'm wondering is there a way to detect if a specific key (like backspace) was pressed. This is what I'm …

vba excel events userform
Excel Useform: How to hide application but have icon in the taskbar

What I want to have is Application.Visible = False, so that my users cannot see the excel/worksheets, only the …

vba excel userform
Invalid outside procedure

I want to store a path in string "path" which would be available for the whole workbook. When I do …

excel userform vba
Check if userform open

I run a program which repeats itself. It should stop, when the user closes the userform. It runs without stopping. …

vba excel userform
How to change the title bar text of a Userform in VBA?

I'm maintaining an old-ish application written in VBA for Excel 2002 (XP)/2003, and am trying to internationalise it. To do this, …

vba excel caption userform
Differences between Excel's Form Controls & ActiveX Controls

Why are there 2 types of controls available in Excel? (2 buttons, 2 combo boxes, 2 check box, etc...) What's the difference between Forms …

excel vba controls activex userform
Return selected radiobutton from group in Excel userform

I have an Excel userform that has a number of radio (option) buttons grouped together. Is it possible to reference …

excel vba radio-button userform groupname