Feed2Mail notification - new post on Excel Help Forum - Excel Programming / VBA / Macros
Problem with sumif
I have a problem with the following code Code: --------- strFile = ThisWorkbook.Sheets("abc").Range("A1").Value 'where in range A1 i have the path of the workbook If strFile = "" Then strFile = SelectFile("A1") If strFile = False Then GoTo finish Set BasisRPT =...