Asked by duncanb7
at 2024-10-22 10:07:25
Point:250 Replies:8 POST_ID:828387USER_ID:11059
Topic:
Miscellaneous Programming;;Visual Basic Programming
Because I copy one big data xls file and paste it in the my working sheet
at A55:A60000 and now I finish my VBA code and
I would like to delete entire row of some region, for example
Range("A55:A60000").entirerow.select
Selection.entirerow.delete, but it work just clean up the region cells
like the efffect of selection.clearcontents
After the VBA code Selection.entirerow.delete, the rows number from A55:A60000 is
still there in the Excel Sheet that will be problem when saving in as .htm file and its size
of sheets(1) I check is around 30Meg byte. If the entirerow delete is successfule is
supposed Scroll bar of the right side in excel sheet is really long like the one see
in blank sheet in "BOOK1"
Please advise the reason why will be this
Duncan
at A55:A60000 and now I finish my VBA code and
I would like to delete entire row of some region, for example
Range("A55:A60000").entirerow.select
Selection.entirerow.delete, but it work just clean up the region cells
like the efffect of selection.clearcontents
After the VBA code Selection.entirerow.delete, the rows number from A55:A60000 is
still there in the Excel Sheet that will be problem when saving in as .htm file and its size
of sheets(1) I check is around 30Meg byte. If the entirerow delete is successfule is
supposed Scroll bar of the right side in excel sheet is really long like the one see
in blank sheet in "BOOK1"
Please advise the reason why will be this
Duncan