Hi guys,
I made this command, before it was working fine. I have been using it for quite sometime now.
Sheets("DATABASE").Rows("4:1048576").Delete
Now suddenly there is an error showing, I didn't change anything to my programming.
Error 400.
Tried this too in hope that it will get fixed.
Sheets("DATABASE").Rows("4:1048576").EntireRow.Delete
But no success.
I experimented with it, tried reducing the cells value to 4:1048000 It worked for a short while after a few calls... then it started its pop up Error 400 again.
Can anybody explain to me why is this happening. ?
Thanks again for the help.
I made this command, before it was working fine. I have been using it for quite sometime now.
Sheets("DATABASE").Rows("4:1048576").Delete
Now suddenly there is an error showing, I didn't change anything to my programming.
Error 400.
Tried this too in hope that it will get fixed.
Sheets("DATABASE").Rows("4:1048576").EntireRow.Delete
But no success.
I experimented with it, tried reducing the cells value to 4:1048000 It worked for a short while after a few calls... then it started its pop up Error 400 again.
Can anybody explain to me why is this happening. ?
Thanks again for the help.