I have a macro that creates a report from several text files. I have a workbook (a template) with formatted cells (merged cells, borders, labels, etc.). I want to copy one formatted range from the template workbook to an other, but I don't want to use the clipboard (neither the Excel's nor the windows').
I have tried the ".Copy destination:=", it does not use the Excel's clipboard, but use the windows'. Because the text files are large, and other tasks are running on the computers while the processing is in progress, the users want to use the clipboard for other purposes.
How could be possible to copy one formatted range to an other without the clipboard?
I have tried copying all properties cell by cell (by "=" not with ".Copy"), but it was very slow. Is there a better (faster) way to do this task?
I have tried the ".Copy destination:=", it does not use the Excel's clipboard, but use the windows'. Because the text files are large, and other tasks are running on the computers while the processing is in progress, the users want to use the clipboard for other purposes.
How could be possible to copy one formatted range to an other without the clipboard?
I have tried copying all properties cell by cell (by "=" not with ".Copy"), but it was very slow. Is there a better (faster) way to do this task?