https://bugs.documentfoundation.org/show_bug.cgi?id=149377

--- Comment #2 from ofthecent...@gmail.com ---
Ah, I just created the showcase spreadsheets with the macro and it didn't save
the macro. 

What this boils down to is that when you do the copy paste this way:
Workbooks("someworkbook").Rows(5:10).Copy 
Worksbooks("destinationwb").Rows(20)
it doesn't copy from another workbook. 

It does paste whatever was in clipboard. It does select the cells in another
workbook. But it doesn't copy from another workbook that's referenced in code
this way. [This works in Excel VBA]. Perhaps the bug title should be updated to
"doesn't copy rows from another workbook?"

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to