View Single Post
 
Old 08-17-2018, 07:24 AM
Homegrownandy Homegrownandy is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2018
Posts: 14
Homegrownandy is on a distinguished road
Default repeat header rows after VBA paste

If i enter data manually into the table it will repeat header rows (as it should).



But im using code that will use the pasteappend function.



When this code is ran the headers will not repeat.



Note: I Can't change settings inside "smart cut and paste". Ifi change these settings i get a VBA error saying the command is not available.


I can manually fix this by clicking the table > turning off the "repeat header rows" setting then turn it back on. That works fine.



Is there a way to cycle through that process with VBA?


Andy.
Reply With Quote