Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub PrepDepsAndWiths()
Sheets("ImportWorkTable").Select ActiveSheet.UsedRange.Offset(1, 0).Copy Sheets("DepositsAndWithdrawals").Range("D2") Sheets("DepositsAndWithdrawals").Activate Range("A1").Select Beglrow = Cells(Rows.Count, "D").End(xlUp).Row ' = 589 ActiveSheet.Range("B2:B" & Beglrow).Formula = "=IF(ISNUMBER(D2),D2,"")" <<Bombing here (this line) Can someone assist? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error 1004, Application-definded or object-defined error | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
naming tab macro error runtime error 1004 | Excel Programming |