VBAの悩みはVBAerに聞け

第2回:「請求書入力フォームで入力したデータをPDF出力し、請求書DBに転記する」

第2回のコード Option Explicit Sub MakeInvoicePdf() '変数定義------------------------------------------------------------ Dim company As String, staff As String, subject As String Dim demandNo As Integer, demandDate As Date Dim sumOfMoney …