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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. abdulkarym

    Insert new rows when date changes

    Hello everyone, I found some useful codes here about inserting new rows as cell value changes. Codes such as: Sub insert_spaces() Dim last_row As Long Dim cur_row As String Dim prev_row As String Dim f As Integer last_row = Cells(65536, 1).End(xlUp).Row For f = last_row To 2 Step -1 cur_row =...

Part and Inventory Search

Back
Top