vba
Sub SwapCells()
Dim temp As Variant
temp = ActiveCell.Value
ActiveCell.Value = ActiveCell.Offset(1, 0).Value
ActiveCell.Offset(1, 0).Value = temp
End Sub
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-
上一篇:返回栏目
下一篇:excel把单元格內容分開