Deprecated: nl2br(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/office/common/DView.php on line 106
期限
タイトル
フォームの有無を確認
サブタイトル
内容
With ActiveWorkbook.VBProject
For i = 1 To .VBComponents.Count
If .VBComponents(i).Type = 3 Then
If .VBComponents(i).Name = "UserFormCrit" Then
flg = 1
End If
End If
Next i
End With