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: Strat121
  • Content: Threads
  • Order by date
  1. Strat121

    Including Cell Formats with Bubble Sort

    I searched and couldn't find anything with regards to formatting in Excel, but if I have a simple bubble sort: If Cell1 > Cell2 Temp = Cell1 Cell1 = Cell2 Cell2 = Temp End If Is there any way to shift over the cell formatting, specifically both background color and font color...
  2. Strat121

    Series Collection Name

    Having issues getting the program to recognize the series collection name for a graph: Count = 1 For Each wSheet In Worksheets If wSheet.Name <> ActiveSheet.Name Then Count = Count + 1 ElseIf wSheet.Name = ActiveSheet.Name Then Exit For End If Next wSheet...

Part and Inventory Search

Back
Top