从昨天开始,我遇到了以下复制和粘贴问题。可能是当我试图编辑我在共享服务器上找到的锁定的 Excel 文档时开始的(也就是说 - 它不是用我安装的 Excel 创建的)。类似于但不同于线程Excel 复制粘贴仅作为值复制,但我希望它复制公式(这与 Skype 相关,我在这台机器上没有)。
产生问题的步骤:
1. Suppose A1 is " = 1 + 1 ".
The sheet shows 2 in cell A1, as it should.
2. Click on cell A1 and press Ctrl+C in order to copy the cell.
3. Click on cell A2 and press Ctrl+V in order to paste what is copied.
4. ---> The formula of A2 is 2 and not " = 1 + 1 ".
Run Code Online (Sandbox Code Playgroud)
我尝试过的 - …
microsoft-excel-2007 worksheet-function copy-paste microsoft-excel