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 Mike Lewis 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. Lucky2008

    Setting Ranges to Format in VBA

    Here's another small tweek... CODE Private Sub Worksheet_Change(ByVal Target As Range) Dim Code As Range Dim Track As Range Dim Cell As Range, rng As Range, iColorIndex Set Code = Range("A1:A30") Set Track = Range("G1:BB30") If Not Intersect(Target, Code) Is...

Part and Inventory Search

Back
Top