You are here:
Norm, This isn't my site. This belongs to Allexperts. I am just one of the volunteers here. Anyway, Bob Phillips has a detailed explanation of using sumproduct in this way - much more detailed
Angela, my formula produces a zero stored as a number. how it looks depends on how you format the cell with the formula. You said you formatted it as currency so the $ signs line up. Nothing in my
steven, first, you asked for code to open a file without the path. But I don't know where that code will be run from. So I don't know what the relationship is between the workbook that is running
Sub DeleteNotDue() 'untested Dim Rg as Range On error resume next For i=Activesheet.Usedrange.rows.count to 1 Step -1 Set Rg = Nothing Set Rg = rows(i).Find("not due",lookin:=xlFormulas) If
Andreas, Sub FindMultiple() Dim tgt As Variant, sh As Worksheet Dim r As Range, sAddr As String Dim rw As Long tgt = InputBox("Enter String to search for") Set sh = Worksheets("Sheet2") With Worksheets("Sheet1")

©2009 About.com, a part of The New York Times Company. All rights reserved.