Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Breskin

  1. Breskin

    iterative macro to create rows and populate with copied data

    Based on a suggestion from ivymike that reads Sub Example1() 'example 1 ' select every-other row from 1 to 11, one at a time ' turn them yellow to leave evidence 'define variable x as integer Dim x As Integer 'begin a loop, starting with 1 and 'ending with 11, increment...
  2. Breskin

    iterative macro to create rows and populate with copied data

    The procedure I need to implement in Excel inserts 3 new rows below two existing rows in a spreadsheet, and then copies data from the row above those new rows into each of the new rows, and then moves down to the next "old row" inserts 3 new rows, and copies the second old row into...

Part and Inventory Search

Back
Top