У вашего броузера проблема в совместимости с HTML5
In this video we outline how you can create a macro that will delete the last row in your dataset.
If you are new to excel macros then please watch the following playlist before we get started:
https://www.youtube.com/watch?v=vtTa8y6i_rM&list=PL79KcbI5zuLia0WPZNPW89wH3sNj_jPrG
The code that we used in this video is as follows:
Range("A" & Rows.Count).End(xlUp).Select
ActiveCell.EntireRow.Delete
If you have any questions or comments then please put these in the description below.
Thankyou for liking and subscribing.