vb.net - Copy / paste special excel row -


any way speed code

    j = 1 clitems.count - 1         = 1 nnumberofrowsperitem             xlsheet.rows(nlastitemrow).insert()             xlsheet.rows(nfirstitemrow + i).copy()             xlsheet.rows(nfirstitemrow + (j * nnumberofrowsperitem) + i).pastespecial()         next     next j 

this function copying 30 empty rows took @ least minute way speed


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -