21 search resultsShowing 1~20 results

Stocked

【VBA - 備忘録】メール送信

初期設定 コードを書く前に、Outlookのアカウントを作り、OutlookのオブジェクトライブラリーをVBAに読み込む必要がある 以下は、Outlookのオブジェクトライブラリの読み込み方 (...

0
1
Comment0

備忘録 - IF構文 【VBA】

基本構文 条件に合致する際の処理のみ書く場合 If 条件 Then  条件に合致する場合の処理 End If 条件に合致する場合としない場合を書く場合 If 条件 Then  条件に合致する場合...

0
0
Comment0

備忘録 - 変数の定義【VBA】

文法 VBAで変数を定義するには、まず変数のデータ型を定義し、その後、その変数にデータを代入する '変数の定義方法 Dim 変数名 As データ型 Let 変数名 = 代入したいデータ Letに...

0
0
Comment0

21 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in