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 Wanet Telecoms Ltd 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: munkle6
  • Content: Threads
  • Order by date
  1. munkle6

    sumif across sheets in VBA

    Hi there, I'm fairly new to Excel VBA. I'm trying to calculate sumifs across sheets. The following code results in an application defined error: Sub fpsavings2() Range("C4").Select ActiveCell.Value=Application.SumIf(Sheets("output").Range(Cells(4, 15),Cells(33, 15)), ""...

Part and Inventory Search

Back
Top