Excel VBA質問箱 IV

当質問箱は、有志のボランティア精神のおかげで成り立っています。
問題が解決したら、必ずお礼をしましょうね。
本サイトの基本方針をまとめました。こちら をご一読ください。

投稿種別の選択が必要です。ご注意ください。
迷惑投稿防止のため、URLの入力を制限しています。ご了承ください。


1190 / 76734 ←次へ | 前へ→

【81199】Re:処理を中断
発言  Jaka  - 20/3/5(木) 18:49 -

引用なし
パスワード
   文字連結に+を使っているのか、足し算なのか解らんけど。
(尚、文字連結に+を使っている人を見ると、何考えているんだと思う方です。)

Dim errst as string

If datebox.Text = "" Then
  errst = "日付" + tmp & vblf
end if

If namebox.Text = "" Then
  errst = "担当者名" + tmp & vblf
end if

If manbox.Text = "" Then
  errst = "1万円札の枚数" + tmp & vblf
end if

If gosenbox.Text = "" Then
  errst = "5" + sen & vblf
end if

If nisenbox.Text = "" Then
  errst = "2" + sen & vblf
end if

If senbox.Text = "" Then
  errst = "1" + sen & vblf
end if

If gohyakubox.Text = "" Then
  errst = "500" + hoka & vblf
end if

If hyakubox.Text = "" Then
  errst = "100" + hoka & vblf
end if

If gojubox.Text = "" Then
  errst = "50" + hoka & vblf
end if

If jubox.Text = "" Then
  errst = "10" + hoka & vblf
end if

If gobox.Text = "" Then
  errst = "5" + hoka & vblf
end if

If itibox.Text = "" Then
  errst = "1" + hoka & vblf
End If

if errst <> "" then
  msgbox left(errst,len(errst)-1), , "入力漏れ"
  exit sub
end if

9 hits

【81195】処理を中断 はるあき 20/3/5(木) 13:30 質問[未読]
【81196】Re:処理を中断 マナ 20/3/5(木) 18:29 発言[未読]
【81198】Re:処理を中断 マナ 20/3/5(木) 18:47 発言[未読]
【81202】Re:処理を中断 はるあき 20/3/6(金) 9:32 お礼[未読]
【81199】Re:処理を中断 Jaka 20/3/5(木) 18:49 発言[未読]
【81200】Re:処理を中断 Jaka 20/3/5(木) 19:03 発言[未読]

1190 / 76734 ←次へ | 前へ→
ページ:  ┃  記事番号:
2610219
(SS)C-BOARD v3.8 is Free