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 derfloh 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 iain654

  1. iain654

    Paste Special method of class Failed Error

    The above code does actually work for finding the last row but I am finding very difficult to get it to paste special values the data that I want to put there. It only pastes everything so I end up have formulas in the cells that cause errors. I have added the pastespecial line above but it just...
  2. iain654

    Paste Special method of class Failed Error

    Application.Run "Violations_VBA.xls!RefreshTable" Sheets("Total").Select Sheet1.Range("M5:P5").Copy Destination:=Range("A65536").End(xlUp).Offset(1, 0) Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False The above code...

Part and Inventory Search

Back
Top