Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am getting an error on the last line of the following:
Selection.AutoFilter Field:=19, Criteria1:="<" Selection.AutoFilter Field:=1, Criteria1:="1000" Selection.AutoFilter Field:=4, Criteria1:="<1000", Operator:=xlAnd ActiveSheet.UsedRange.Select Selection.Copy Sheets.Add Sheets("Sheet1").Activate Range("A1").Select ActiveSheet.Paste Application.CutCopyMode = False Worksheets("Sheet1").Range("T1").FormulaR1C1 = "comp%" Worksheets("Sheet1").Range("T2").FormulaR1C1 = "=SUMIF($D$2:$D$1035,D2,$J$2:$J$1035)" If I try the code with a simple formula it works. Is there a limitation to this property or can someone suggest an alternative? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worksheets("Sheet1").Range("T2").Formula =
"=SUMIF($D$2:$D$1035,D2,$J$2:$J$1035)" -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Mike Gallagher" wrote in message ... I am getting an error on the last line of the following: Selection.AutoFilter Field:=19, Criteria1:="<" Selection.AutoFilter Field:=1, Criteria1:="1000" Selection.AutoFilter Field:=4, Criteria1:="<1000", Operator:=xlAnd ActiveSheet.UsedRange.Select Selection.Copy Sheets.Add Sheets("Sheet1").Activate Range("A1").Select ActiveSheet.Paste Application.CutCopyMode = False Worksheets("Sheet1").Range("T1").FormulaR1C1 = "comp%" Worksheets("Sheet1").Range("T2").FormulaR1C1 = "=SUMIF($D$2:$D$1035,D2,$J$2:$J$1035)" If I try the code with a simple formula it works. Is there a limitation to this property or can someone suggest an alternative? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FormulaR1C1 gets strange application/object defined error | Excel Programming | |||
FormulaR1C1 | Excel Programming | |||
Run Time Error, FormulaR1C1 | Excel Programming | |||
FormulaR1C1 | Excel Programming | |||
FormulaR1C1 | Excel Programming |