Copy Disjointed Cells from Excel Table to Word Table Using VBA
问题 I'm trying to copy disjointed cells from an excel document to the cursor location in word and use my predefined table style. The disjoint copy/paste works nicely in excel when I just copy and paste into the current active worksheet, but as soon as I try to execute the same copy/paste from word, it ends up copying the entire table from top-left all the way to bottom-right, instead of doing the disjointed copy/paste. I know there are some differences between the individual function from excel