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

Recent content by kd5pff

  1. kd5pff

    VBA code to change source data in excel chart

    I have searched for this answer high and low and the "non-vba" versions never worked for me. However I have finally created a solution that ACTUALLY WORKS IN VBA Sub Macro3() On Error Resume Next Dim n As Integer Sheets("Sheet1").Activate n = Cells(1, 3) range(Cells(1, 1), Cells(n...

Part and Inventory Search

Back
Top