Hi there!,
I am creating an automated excel report in my application and i was trying to create a format that will group data/ rows. i used the macro and recorded it to see the codes my problem now is i want to translate it or convert it to vfp codes.. can anyone help me here is the code
Rows("2:7").Select
Selection.Rows.Group
Rows("3:7").Select
Rows("2:6").Select
Selection.Rows.Group
ExecuteExcel4Macro "SHOW.DETAIL(1,6,FALSE,,1)"
Thanks
Bert
I am creating an automated excel report in my application and i was trying to create a format that will group data/ rows. i used the macro and recorded it to see the codes my problem now is i want to translate it or convert it to vfp codes.. can anyone help me here is the code
Rows("2:7").Select
Selection.Rows.Group
Rows("3:7").Select
Rows("2:6").Select
Selection.Rows.Group
ExecuteExcel4Macro "SHOW.DETAIL(1,6,FALSE,,1)"
Thanks
Bert