A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
We also have problems with our VBA-application since version 1705 (Build 8201.2102).
I've done some reading of the added features in this version. Microsoft introduced a feature called "Keep the copy". This means that something you've copied before, remains on your clipboard, which it didn't use to do.
So you have to clear the clipboard (you can use "Application.CutCopyMode = False" to do this) before inserting. Because when you insert a row or column and you still have data at the clipboard it will also insert this data when inserting a row or column. This might show random data when you insert.
Certainly application with VBA will need some debugging if it stays this way. But reading into different forums it seems to be an issue with multiple people. Even people not using VBA are having a hard time with this "Keep the copy" feature. So let's hope Microsoft will do something about it.
Hopefully this was some useful information.
Kind regards
Koen Bauwens