addme.offset0

  1. R

    VBA runtime 91 error

    When deleting an entry from my DB using a vba userform I received an error: "An error has occurred the error number 91 object variable or with block variable not set" With my limited knowledge of vba I'm struggling to understand what the issue is, please could somebody advise? My data writes...
  2. D

    Procedure after "exit sub" not running

    Trying to create a parking lot database that is editable through a multipage user form. Since 1 parking spot can have up to 3 different vehicles parked in it, I'm trying to figure out how to be able to search multiple columns at once. This is the original layout. i.e. I need to be able to...
  3. E

    Selecting A worksheet by name, I have the name as string

    Hi, Fairly new to Coding. I have a code that will get an input from the user, save it as a public variable: "ProjectName". create a directory using "ProjectName". copy a template worksheet and name it using "ProjectName". next The code will open a new form to get more data from the user. now I...
  4. Z

    ListBox Copying only first selection to worksheet

    All: I have a listbox that is populated by a dynamic range from another sheet. The listbox has (1) command button. Once that command button is selected, it "grabs" the selected lines of record and adds them to a worksheet so those records can be assigned. Below is my code that I am working...
  5. A

    VBA Code for ID Number Increment on User Form in Text Box

    Hi All, Greetings! I've been working on a user form to track my inventory. I am using the following code below to add new data but it does not automatically increment the ID. My data range is from Sheet 7 - B9:J2000 and my ID column header is in B8. I'll need help to correct this code to have...
  6. C

    VBA listbox search

    Hi, can some one help me to add search option in user form(search as you type) here is the code Private Sub cmdadd_Click() Dim addme As Range Dim x As Integer Set addme = Sheet1.Cells(Rows.Count, 3).End(xlUp).Offset(1, 0) For x = 0 To Me.lstSelector.ListCount - 1 If...

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