next blank cell

  1. H

    Looping and Repeat Proceedure

    Hello everyone. I need help figuring out how to repeat a procedure I created. Here’s the code: Sub osvPrint() Dim osv As Worksheet Dim vosv As Worksheet Set osv = Sheets("OSV") Set vosv = Sheets("vosv") vosv.Shapes("Textbox 5").TextFrame.Characters.Text = osv.Range("D5")...
  2. C

    Find empty cell after first entry into set of cells containing date

    Someone had this working but I added more columns that needed dates, now its putting it at end of row. So I want a macro on page 2 asks for a job number and then searches job number on page 3 in column A. It finds it then asks for a date. The date will be placed beginning on column W and then...
  3. G

    Find next blank cell within a RANGE of a column.

    I have found several techniques for finding the next blank cell in a column but none to limit the search to a range within a column. The specifics: The worksheet is for scoring a sailboat race. There is a userform for entering the boat specifics into a table that consist of the entry #, boat...
  4. P

    Macro to select excel file and to paste

    I need to compare a series of part files that are all in multiple excel files and copy the part number and one set of x,y,z cordinates. Here is the macro I recorded I just need to be able to select the file to input and past it in the next open cell in the column Sub Part_Import() ' '...
  5. L

    Next Blank Cell

    Hi, I currently have a sports results worksheet that searches through the results and pastes them into a worksheet with the same name (first 3 letters of the team). However i would now like it to paste these results in the next available blank cell on each worksheet and not always in Cell A3...
  6. L

    Find Keyword and Paste in Worksheet with same name

    Hi, I currently have a macro that searches a whole list of sports results that i have already imported (column A:F) and when it finds the name of a team it then pastes that information onto a worksheet with the same name (First 3 letters), whether the team be home or away. It does however only...

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