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 Chris Miller 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. mahsun

    Autofill cells below

    Solved!! Sub deelC2() Dim R As Range Dim Limit As Long Set R = Cells.Find(What:="# 11 Closing weight in percentage closing_weight N 18 13", After:=Range("A1"), LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:= _ xlByRows, SearchDirection:=xlNext...
  2. mahsun

    Autofill cells below

    Dear people, My macro is almost finished , but i need to autofill the cells below, till row next to it is empty. Is there somebody who knows how to do this. Below is my macro, I placed dots were I need the missing codes. Thank you in advance Mahsun Sub deelC2() ' ' deelC2 Macro ' '...

Part and Inventory Search

Back
Top