打印表格数据
- 作者: 一个人一座城59217399
- 来源: 51数据库
- 2022-08-17
Sub GenData()
With Sheet1
.[A1].Value = "ssd"
.[B1].Value = "sdfa"
.[C1].Value = "sfa"
.[A2].Value = "sdfas"
.[B2].Value = "gdf"
.[C2].Value = "thc"
.[A3].Value = "dfdas"
.[B3].Value = "dfgd"
.[C3].Value = "fsdg"
.[A4].Value = "dfa"
.[B4].Value = "d45"
.[C4].Value = "fds4"
End With
End Sub
推荐阅读
