A customizable GUI that interfaces easily with VBA when working with Microsoft Office products.
0
votes
0answers
11 views
Excel Userform Combobox Properties Rowsource box issues?
I have a userform in Excel that works as a calculator.
In this userform I have two ComboBoxs (1 & 2)
In VBA editor, with ComboBox1 selected, In Properties, under Rowsourse I have: Sheet1!a4:a5
...
2
votes
3answers
28 views
Having an MS Office UserForm detect which subroutine called it
In a VBA project of mine I am/will be using a series of reasonably complex userforms, many of which are visually identical but have different subroutines attached to the buttons. As a result I'm not ...
1
vote
3answers
35 views
Custom VBA UserForm Hotkey inside Form
I want to have my userform close (or other commands) without using accelerator keys.
For example, the following form is opened from Excel when the user presses F4. I would also like it to close ...
0
votes
0answers
29 views
Export values selected in a list box to an excel Sheet (User forms)
I have a list box in a user form and the options that it already has are taken from the column A in sheet 2. now i wish that the values that i select in the list box are now exported to the column B ...
0
votes
1answer
37 views
VBA Error when I activate another sheet
I am working on a sheet for my work but I'm stuck on something that I can't solve by searching on the internet.
I've got 2 sheets that I'm using at the moment.
Sheet 1: A database with all the ...
0
votes
0answers
37 views
Excel User Form Value Find
I currently have a spreadsheet which as 6 columns these are -
In this spreadsheet, i have created a button that the user press's which then brings up a userform i have created, the userform looks ...
1
vote
2answers
36 views
VBA: Userform initialize method not being hit when userform initializes
My module code calling the userform:
PreInfo.Show
My userform code:
Public Sub PreInfo_Initialize()
Dim Invoice, Name, Model, Crank, MyValue1, StrokeL As Variant
'Dim ListBox1 As ListBox
Dim c As ...
1
vote
1answer
30 views
Excel Userform - get HTML from clipboard
Excel 2010, 2013
I have some HTML on the clipboard and I want to parse it via an Excel UserForm.
I can retrieve the formats on the clipboard using VB.Net and "HTML Format" is listed in the returned ...
0
votes
1answer
38 views
Modeless form that still pauses code execution
Is there anyway to have a userform that acts modeless, while still pausing code execution like a modal form?
I'd like the userform to show, but still allow interaction with the parent program. Modal ...
-6
votes
1answer
128 views
How to create an User Interface (UserForm) in Excel/VBA
I have written VBA code for excel and it is working fine (MACRO). Now I want to create UI file for excel .
Can anyone tell me how to create UI file?
Thanks in Advance.
-4
votes
1answer
55 views
Catch activated user control c#
I am working with C#. I was wondering how to catch an event when a user control is activated?
I have created a document manager with DevExpress using windowUIview.
On the start page, I have tiles.
...
0
votes
1answer
59 views
Draw border around controls on VBA Userform without using a Frame?
I am designing a VBA UserForm (in Excel, if it is relevant) and I would like some controls to be visually grouped together.. but when I put them in a frame, I am getting some undesired results (part ...
0
votes
1answer
69 views
Copy data from one part of a userform to another automatically
I am trying to work with an Excel form using VBA that I have customized (I found the original on the web).
I have two tabs: one is called Planning-Deleted, the other is called Planning-Deleted Data. ...
0
votes
1answer
54 views
How do I create a user form that can set the variables in an SQL query before executing it?
I have data that is entered on an ongoing basis in SharePoint; this table is linked in MS Access and, once a month, I freeze the data by copying it from the live SharePoint database into a static ...
0
votes
1answer
491 views
What VBA coding in a Userform can I use to find a cell based upon row & column content, and then update that cell?
I am a complete beginner to VBA, truely.
I am trying to create a user form that will update the number of tasks a person completes on a given date as listed on a spreadsheet. I envision the Userform ...
0
votes
1answer
270 views
Userform listbox filled with pivot table values - excel
I am trying to load a listbox with the rows from a pivot table field. I have found the following code that works for a ActiveX Control Listbox, but not for a UserForm Listbox. The UserForm control ...
1
vote
2answers
306 views
VBA - copy text from Combobox in User from and paste in loop onto excel worksheet
I am new to excel VBA and I have tried to adapt some of the solutions found on Stack Overflow, but I'm still stuck!
I am trying to use the text of a selected option in a combobox in a userform to ...
1
vote
0answers
108 views
Combobox_Change function for combobox's created with .Controls.add function*
Let me start by saying that I have searched far and wide for hours before answering this question.
Situation (all working) -
User is to specify the number of apples in a basket
Example - user ...
0
votes
1answer
614 views
Excel VBA code to submit multiple userform data to populate worksheet
Super new to coding, please help and please excuse the lack of general knowledge:
Is there a match function equivalent in VBA?
I have a userform that has the following:
- a combobox to select ...
1
vote
1answer
776 views
Excel VBA: How to enable mouse wheel scrolling in combobox/listbox?
I am building a userform in Excel 2007 using VBA and would like to know how to enable mousewheel scrolling of comboboxes and listboxes. Do I need a more recent version of Office to get this feature or ...
0
votes
1answer
216 views
How to add data from user form to a formatted table on a worksheet
I have created a user form with text box as well as combo boxes. I cannot figure out how to add data to the formatted table on a worksheet using that user form. Please help!
The table looks like ...
0
votes
1answer
43 views
Imagebox doesn't redraw
I have two user forms (Frm1,Frm2), each one has an imagebox (Img1,Img2) and a button (Btn1,Btn2) on it, and then I have two jpegs (jpg1,jpg2), please download my sample, a PowerPoint macro here
The ...
2
votes
1answer
518 views
Access VBA Userform Controls without Form instance
I have a friend with a VBA project in Excel. This project has a lot of Forms that pop up and perform various functionality while the spreadsheet is being used. Some of them have complex ...
0
votes
2answers
334 views
Disable VBA UserForm 'x', but still allow Unload Me
I have a user form that, when closed, needs to run cleanup steps. I would like for the X button to be disabled and/or not visible, but I still need to be able to unload the form. I've used code like ...
0
votes
0answers
256 views
VBA Userform Label change with Vlookup - type mismatch if I enable/disable it?
I have a label box in a Userform that I wanted to change the text of using vlookup. What I have right now is:
Label1.Caption = Application.VLookup(Target, Sheets("CardData").Range("I2:J7"), 2, False)
...
0
votes
0answers
52 views
Need to change from userform popup on click to data entered.
So after getting my worksheet perfect and having an employee "run" it live... I've found a few things that don't work as well as I thought and need to make some changes. I have userform in columns Q R ...
0
votes
1answer
166 views
A “Call” reminder Pop up?
I'm wondering if there is a VBA code that I can use that if a date in column R is today's date, that a reminder box can pop up and say "you have calls to make" or something along those lines? There ...
0
votes
0answers
43 views
Popup User Form when cell is clicked
With the change I made (changed <> to =) - it now pops up in every cell and my calendar immediately after entering in 1st userform. I missing something here - probably something small again...
...
0
votes
1answer
99 views
VBA, Excel: How to pass a class object to a form
How do I pass a class object from ThisWorkbook to a UserForm?
I receive the error noted below:
In ThisWorkbook:
Dim MainObject As MyClass
Set MainObject = New MyClass
Public Sub ShowMyForm()
Dim ...
0
votes
1answer
72 views
Copying a range of numbers from regedit to multiple worksheets depending on tabstrip index?
I am attempting to create a userform in EXCEL/VBA that will allow you to select a range of data and copy the data range to a particular worksheet depending on the tabstrip index, once the ...
0
votes
1answer
583 views
VBA How do I check if userform combobox values already exist in a database
I am self taught in vba and I am currently building a form based inventory control system for my company that converts materials into bespoke sizes. Due to the bespoke nature of the business depending ...
0
votes
0answers
134 views
user form delete a table row containing certain text word vba
I'm making a .dotm file that a client can use to generate rows of form fields contained in a table using Word 2007. The table looks like this:
In the first column there will be names of different ...
0
votes
2answers
553 views
VBA MSFORMS vs Controls - whats the difference
When adding controls to a userform, what is the difference between the following. I am confused as to when it is appropriate to use any particular one of these.
Dim aButton1 as MSFORMS.CommandButton
...
0
votes
1answer
291 views
Re-Focusing on an Excel Userform ComboBox
A User is Entering Data into the Edit Region of a ComboBox
The ComboBox's Change Event is used to run the following Code;
AppActivate "Microsoft Excel"
:
'Do some stuff
:
...
1
vote
2answers
151 views
VBA Custom Event Not Found when Raised in UserForm
I was following this MSDN guide on creating custom events. I feel like I understand the process now, but I cannot figure out why I am getting a Compile Error: Event Not Found for RaiseEvent ...
0
votes
2answers
122 views
Incrementing cell row in excel
I have a UserForm that's going to submit data from the fields to columns A, B, and C, but I need it to move down and fill in the next empty row every time a user hits submit.
This is what I have so ...
1
vote
3answers
2k views
Excel VBA - Writing multiple userform checkbox values to a single cell
I am trying to take the values passed from a userform that has 4 checkbox options and write them to a single concatenated cell.
When I select my userform like this:
I would like to save it to a ...
0
votes
1answer
42 views
Showing and Hiding Userforms - Out of Stack Error
I have a data driven tool in Excel which has 5 multi-page userforms. Each form contains a number of datafields (250+ across all forms). 13 controls make up each field. So they are quite large.
The ...
1
vote
1answer
248 views
Delete row using UserForm
I have built a simple UserForm with a Combobox to delete rows by name. I have populated the Combobox rowsource using a macro to build a named range called "Combo_List". I statically inserted that into ...
0
votes
0answers
161 views
How to dynamicaly create multiple timers in excel VBA
I have a multipage. Each time a new page is created, a visible timer should be dynamically added into a listbox which represents the page created on the userform. And the same goes to all newly ...
2
votes
1answer
942 views
excel - vba - userform - frame - set scrollbar position
How do I set the scrollbar position of a frame(inside an userform)?
The case:
I have a frame in an userform that has dynamic content. So if the content is too big to fit the frame, it (dynamically) ...
1
vote
2answers
3k views
Hide close [X] button on excel vba userform for my progress bar
I created a userform to show a progress bar when the macro is still importing sheets
The problem is the user can press the red [X] button that will close and interrupt the processing done.
Is there ...
0
votes
0answers
196 views
Excel VBA: SpinUp/Down loop itself, and makes value in TextBox endless change
I am using UserForm to build a Fruit Machine.
Every time you press command button Play, 3 random values (0-9) display in top TextBoxes, a random nudge generate in middle TextBox (0 - 3) and credit ...
2
votes
1answer
63 views
vbTrue is not True
The Excel constant "True" evaluates to True and the constant "vbTrue" evaluates to -1. I've always treated these as interchangeable in VBA code, but it's not so. One place where these two constants ...
1
vote
2answers
296 views
Hide rows based on userform checkbox
Good morning everyone,
I have a macro that I want to sort data. A button in my workbook calls a small userform with 10 checkboxes. The user should pick those categories that he wants to review and ...
0
votes
0answers
83 views
Solving Website Captcha for Task purposes
I'm trying to create a VBA code that allows me to input a string (which is located in a worksheet) into a search engine and then capture the data. So far, writing this code is pretty much easy and ...
0
votes
1answer
276 views
How to add values into Excel table by clicking a button?
I need to fill catalog.
I want to make a input Userform for this, where by clicking a button add new product values in Textboxes will be inserted to specific column
Private Sub ...
0
votes
0answers
206 views
VBA Run-time Error 1004; Worksheet label keeps breaking
I have a chunk of code I've been working on the last few days, not moving on to the next goal until everything up to that point functioned properly. Anyway, I just finished it and now randomly it ...
4
votes
1answer
544 views
Creating an inventory system using ComboBox/UserForms
I'm attempting to create an inventory system at my work as the only software we have as Excel. Basically we have a Work order sheet that we enter the repairs as well as parts used on. I made a code ...
0
votes
0answers
543 views
excel vba, userforms and events: modeless user form that can accept events
My Excel book contains a user form called myUserForm.
I want to open it, fill it with data and programmatically press its button.
TextBoxes where I input the data have BeforeUpdate and AfterUpdate ...



