摘要: Sub PrintData() Dim ws As Worksheet Set ws = ThisWorkbook.Sheets("Sheet1") ' 修改为你的工作表名 Dim rng As Range Set rng = ws.Range("A1:D10") ' 修改为你的数据区域 Dim c 阅读全文
posted @ 2024-04-25 11:37 路飞园 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Sub CopyRowToAnotherSheet() Dim wsSource As Worksheet Dim wsDestination As Worksheet ' 设置源和目标工作表 Set wsSource = ActiveSheet Set wsDestination = ThisWo 阅读全文
posted @ 2024-04-25 11:35 路飞园 阅读(1040) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示