L
Lily
Hi, I'm recording a macro trying to eliminate tedious work to hide details of a couple of groupings (both columns and rows
Sub format(
' format Macr
' Macro recorded 4/12/2004
Range("A1").Selec
Columns("AE:AG").Selec
Range("AE1").Activat
ExecuteExcel4Macro "SHOW.DETAIL(2,33,FALSE,,30)
Columns("A:I").Selec
Range("I1").Activat
ExecuteExcel4Macro "SHOW.DETAIL(2,9,FALSE,,0)
Rows("1:456").Selec
ExecuteExcel4Macro "SHOW.DETAIL(1,455,FALSE,,0)
Range("I465").Selec
End Su
When I tried to run the macro on another sheet. I got the error message as follows asking me to debug
Run time error 100
You have entered too many arguments for this function
Could anyone help me on this problem
Thanks a lot
Regards, Lily
Sub format(
' format Macr
' Macro recorded 4/12/2004
Range("A1").Selec
Columns("AE:AG").Selec
Range("AE1").Activat
ExecuteExcel4Macro "SHOW.DETAIL(2,33,FALSE,,30)
Columns("A:I").Selec
Range("I1").Activat
ExecuteExcel4Macro "SHOW.DETAIL(2,9,FALSE,,0)
Rows("1:456").Selec
ExecuteExcel4Macro "SHOW.DETAIL(1,455,FALSE,,0)
Range("I465").Selec
End Su
When I tried to run the macro on another sheet. I got the error message as follows asking me to debug
Run time error 100
You have entered too many arguments for this function
Could anyone help me on this problem
Thanks a lot
Regards, Lily