userform1.show

  1. T

    Userform loop

    I am trying to build my own countdown timer, using a userform counting down with a Wait function. It doesn't work but what puzzles me most is it crashes. This is in Moduel1: Option Explicit Sub Start() UserForm1.Show End Sub Sub Timer() Dim i As Integer For i =...
  2. C

    Multiple cells to open one userform

    Still relatively new to coding. I'm trying to build an equipment schedule so I know where gear is going/has been. I'm trying to set it up so I can double click the piece of equipment which will in turn run a user form. It works for my first line (A3), but not for anything after. Private Sub...
  3. T

    Adding data from multiple cells to a textbox one after the other?

    Hi Everyone, So I have this macro that adds the data from one cell into a text box, is it possible to add more than one to make a list SuUserForm1.TextBox1.Value = Sheets("Form Info").Range("A1").Valueb AAA_Calender1_tests() UserForm1.TextBox1.Value = Sheets("Form...
  4. J

    clean up code (if possible)....

    If ActiveCell.Address = Range("A31").Address And ActiveCell.Value = "" Then UserForm1.ComboBox1.RowSource = "Lists!A1:A23" UserForm1.Show End If If ActiveCell.Address = Range("A32").Address And ActiveCell.Value = "" Then UserForm1.ComboBox1.RowSource =...
  5. Roderick_E

    Userform in Personal

    Excel 2016 Trying to simply use a Userform in Personal.xlsb (binary) Personal workbook but when I run the personal macro to show the form, it throws up popup, "Object Required" Code I'm using is simple: Sub showxlst() UserForm1.Show End Sub Yes, the form is called UserForm1 So what am I...

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