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 Rhinorhino 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: *

  • Users: Ashrum145
  • Content: Threads
  • Order by date
  1. Ashrum145

    Excel VBA first timer

    I'm trying to ge the following code to run on a change in Sheet2 but the thing does not work. Sub ScheduleCheck() RowNumber = 2 Do While Not (IsEmpty(Sheet2.Cells(RowNumber, 3))) SchedRow = 2 Do While Not (IsEmpty(Sheet1.Cells(SchedRow, 2))) If...

Part and Inventory Search

Back
Top