cellsemptyrow

  1. C

    VBA and Table Help Please

    Hi, I had some help earlier to transfer information from a user form into a table using the following code Private Sub CommandButton2_Click() Dim emptyRow As Long Sheet3.Activate emptyrow = Sheets(3).Range("AS" & Rows.Count).End(xlUp).Row - 3 Rows(emptyrow).Insert...
  2. C

    Transferring information from a User Form to a table

    Good morning/afternoon, I have a some code that I'm using to transfer data from a user form to a table. The code was set up to place the data in the last row of the table (creating more rows). I've used it before so I know that this code works. The problem I have with the new table, is that...
  3. A

    message box if textbox is left blank but commandbutton still executes / locking cells after form is submitted

    Hello, Excel 2010 First issue: - form still executes even if field is left blank - I don't want the form to execute if certain boxes are blank - I currently have a message box that pops up, but the other fields still execute Private Sub submitbutton_Click() Cells(emptyrow, 1).Value = Now()...
  4. L

    VBA Uerform - Transfer Data to Empty Rows/Columns

    Hi, I am looking for assistance with my userform/code (I am not well versed in VBA but can get by), I had a userform where I submitted data concerning each person one at a time and my code to transfer this data to a worksheet worked perfectly as I was only doing one person at a time therefore...

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