auto insert

  1. J

    Add a new row after every 10th row in column A with specific Text

    I have data in sheet1 in Column A I have values from 1 to 10000. I want that after every 10th row a new row/cell will be inserted and in column A against the new cell text "NEXT" will be added. What should be the code for this ?? kindly help
  2. S

    Auto Cell input

    Hi, Any help with the following problem would be greatly appreciated. So I have 2 seperate workbooks (not sheets) 1 & 2). Workbook 1 <tbody> Job# Serial code job1 T123 job1 AW5566 job2 T100 job3 T101 job3 T307 job3 T308 job4 T123 job4 AW5566 job4 T200 </tbody> Job...
  3. B

    Auto unhide one row --- OR --- Auto insert one row

    I need to show the following and I can not figure this out! Scenario 1 I have row 10 filled with data up to column O I have rows 11-24 hidden This 15 row set up is copied down 50 times so the below process would need to be repeated in each of those 15 row sets If column O has a value >0 than I...
  4. D

    What is going on Auto adding line ok when using enter, not if tabbing across

    Just when I was starting to get a basic grasp for VBA!! Little bit of code: Private Sub Worksheet_Change(ByVal Target As Excel.Range) If Target.Row = [TotalVal1].Row - 1 Then Application.EnableEvents = False [TotalVal1].EntireRow.Insert ActiveCell.Offset(-1...
  5. H

    Auto Row insert if there is different number in the cell - Macro required

    Hi All, I hope can anyone help me with the below requirement. I have data as below and need to insert one new row whenever number changes. This should happen through macro because my data would be very huge like 500 to 1000 rows so, sometimes it goes beyond this number. Ex:- Column 1 650 650...
  6. H

    Autoinsert Username

    Hi, I am new to excel. While searching for help on codes and different ways to simplify my task i came across this forum. would be glad if someone could help me with my problem. I have a huge excel sheet with data more than 100s of rows. it's a common workbook shared by evryone in my company...
  7. J

    Insert Row based on changing data

    I love visiting these forums and reading all of the responses as I have learned so much from it. Unfortunately I have not been able to find this specific solution in the forum yet. I have a range of data A5:R55 and is sorted by ID's in column B. I would like to automatically insert a row...

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