user form

  1. K

    How to create a vba user screen in excel to be filled out....

    Hello, I have an excel spreadsheet workbook that has multiple tabs. The 2 tabs that I want to focus on is "Requirements" and "Version Control." When a line on the requirement tab is in need of being changed I would like a macro to be pushed and then have a user form appear that has the...
  2. R

    Cancel does not work in a sub - Can sb help please?

    Hi all, I have a small user form which shoes a countdown in seconds, then it closes and goes back to the main Routine and executes some staff (this repeates several times). Now my propblem, I have a cancel button on the form but I can not press it, resp. nothing happens, any idea why. I want to...
  3. Spotycus

    Auto generating User Form Template?

    Has anyone created a User form directly from VBA?:confused: Is there any type of Auto template that can create the core of the user form for you based off an existing Excel sheet? So if you have a a sheet that has 6 columns and two buttons, it would be really cool if there was a way to invoke...
  4. A

    Copy and Paste Tab

    Hi all, I am relatively new to VBA and am trying to learn it's limitations. I have managed to create a user form that creates a new tab with the name entered in the user form text box. On this new tab, is there a way using VBA to have it equal to the values and formatting of an other tab at...
  5. W

    Excel VBA, Userform, Listbox, Multi Select, Retrieve results

    Good Afternoon - Very new to VBA. I have managed to create an advanced userform with multiple values, text boxes, combo boxes, multi select list boxes. I can copy this data into excel. I can also retrieve the data for the Text Boxes, and Combo boxes back into the User form search for a...
  6. M

    How to make a custom form like the standard Data Entry form but customised?

    I want to make a form which behaves like the standard data entry form but customise the layout. Things I like about the Data Entry form: * the ability to scroll through the data * it displays the data currently in the cells * I can make changes to the data and the change is committed to the...
  7. G

    Need help creating a Collection of Combo/Text Boxes on a userform

    Hi all, I have a userform which is being built as a calulation tool I have a combo boxes and text boxes that are dependant on each other, once filled in there is a button that should calculate a range of values dependant on 1.) The value in the text box 2.) The selection in the corresponding...
  8. P

    Notify User of Duplicate Entry

    I am creating a personal finance tracker where a user enters their purchase information in order to track their daily/weekly/yearly spending. Upon submitting the User Form, the information simply populates a raw data source that feeds into many pivot tables and charts. For my own personal...
  9. P

    UserForm Undo Button

    I am completely new to VBA and have learned quite a bit in the last week by working slowly on a personal project of mine. I have most of the essentials set up, but it is imperative that I provide the user the ability to undo a data submission when using a User Form. My submission code is as...
  10. J

    Run user form in Shared Workbook

    Hi all Is there a way to run a user form in a shared Workbook??
  11. J

    Populating cells with Cascading Combobox Info: Not populating

    I realized I should have put Userform Combobox into the thread title. Sorry! I'm new to VBA but not new to coding or to excel. I have used multiple google searches and youtube videos (You're welcome Alphabet) to build vba code that will copy a template worksheet, name the worksheet using an...
  12. G

    User Form Command Button to embed hyperlink to spreadsheet database

    Hi, I have a simple spreadsheet database where the second column of every row contains a hyperlink to a pdf. Each Hyperlink is unique for each row. I want to add a command button to a user form that when clicked, allows the user to browse to the correct pdf and embed it as a hyperlink into the...
  13. A

    Macros to delete row based on matching values in two columns to user defined values

    I've used this board extensively for the past three months as I've learned VBA for a project I'm working on. This is my first post because I can't seem to find a workable solution, hopefully the Excel gurus here can help... I need a VBA code to delete a single row of data when the value in...
  14. P

    User Form Calculation (Out of Stack Space)

    Hello - I am having an issue with my user form code. I am receiving an (Out of stack space error) The following code is pushing data entered into the user form to the corresponding excel file in order to calculate values derived from these inputs and then returning the calculated values back...
  15. H

    VBA User Form Greater than value not calculating correctly

    Excel 2013 Issue: the first textbox value is compared to if it is greater than the total value of textbox 2. The issue is, only the first number (left to right) of each box is evaluated...likely reading it as a text. Suggestions? The closest posting I have found is here...
  16. D

    UserForm to Add Text Box on Sheet

    Hello and thank you in advance if anyone can help me. I am trying to create a Button Click to open up a Text Box that can be Edited. And then I would like that Text Box to be placed on the active sheet. Nothing fancy. The goal is to have a place where employees that are viewing the page can see...
  17. Z

    Find Row with Specific Text from Dropdown menu in VBA

    I am completely new to VBA and just kind of monkeying around with it trying to make a userform for a time sheet. I want to find a way for the user to select their name from a drop down menu to record time out (already have time-in under control). The name was added to a row when they recorded...
  18. S

    Create an Update button and/or Delete button in Excel VBA form

    Hello, this is my first post. hopefully i can finally get some hkpe. Ive searched high and low for an answer via google, forums, youtube, you name it ive tried it. Anyhow let me give some background first. I have no previous VBA experience and all that I have learned has been int he past week...
  19. S

    Referencing dynamically created UserForm Controls

    Hello, This is my first post, so I apologize in advance if the format or content is irregular. I created a Userform in designer mode, inside which controls need to be added or deleted as necessary. The reason is due to the highly variable amount of data that may need to be entered (it could...
  20. H

    Select sheet from form

    Hi, I have a user form that are supposed to open a worksheet. I use Private Sub CommandButton2_Click() Sheets("Rapport_Linjer").Select Me.Hide End Sub to open the proper sheet, but changes made in this sheet are made in the sheet where the form was opened, although I'm currently seeing...

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