J
Jason
Hi All,
I have this coding to delete a row :-
Sheet2.cells(1,1).delete
It is working on Excel 2000 by when run on Excel 97, it
prompt me this error message :-
******************************************
Run-time error '1004'
Delete method of Range class failed
******************************************
Can anyone advise me.
Thanks...
Jason
I have this coding to delete a row :-
Sheet2.cells(1,1).delete
It is working on Excel 2000 by when run on Excel 97, it
prompt me this error message :-
******************************************
Run-time error '1004'
Delete method of Range class failed
******************************************
Can anyone advise me.
Thanks...
Jason