VBA Paste Into Visible Cells only Optimisation
1
0
So i wrote code that pastes a copied range from the clipboard into the visible cells only starting from the active cell the user marked I already optimized my code somewhat speeding it up from 7200 Cells/min to 42000 cells/min but i think there still is plenty of room for optimization. But due to the fact that it is the third day programming VB for me i am asking the community for useful tips n tricks for making my code faster The way i handle it is that i paste the clipboard into an new worksheet and then search the next visible cell to insert into i use the variable max length to "limit" the search but in my application thousands of cells may be invisible. I thought about using a StringBuilder to make it run faster but have no Idea how to implement that important is that both rows and colum