「TaxCells」を含むwiki一覧 - 1ページ

変数 - 中田ゼミ

ログラムは以下のように表現できます。Sub Tax()Dim TaxTax = 1.08Cells(1,2) = Cells(1,1) * TaxCells(2,2) = Cells(2,1) * TaxCells(3,2) = Cells(3,1) * TaxEnd Sub上の

  • 1