我想,每一個點擊,在另一片更新單元格的值下一單元格的值,然後打印出值。增量列單擊
Sub SerPrint()
i = 1
'when button click it change to `c3 c4 c5 and C......
' until the end of table
Sheet1.Range("n7").Value = Sheet2.Range("C"2 + i)
'like Value in cell N7 from sheet1 have value from c2 Sheet2 then
' after i click it change to c3,c4,c5,c....
Sheet1.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False
' then print out
End Sub
給你想與值的其他小區(信息名張) –
樣值從工作表Sheet1細胞N7從C2 Sheet2中再經過具有價值,以改變單元格區域地址信息 - 我點擊它更改爲C3,C4 ,C5,C .... – eathapeking