1,502
社区成员




Sub 環境パイル工法技術委員会()
Attribute 環境パイル工法技術委員会.VB_ProcData.VB_Invoke_Func = " \n14"
'
' Macro1 Macro
'
If Sheets("入力(新)").Range("Z2") = "環境パイル工法技術委員会" Then
Sheets("環境S(出力)").Shapes("兼松日産農林").Visible = False
Sheets("環境S(出力)").Shapes("環境パイル工法協会ロゴ").Visible = True
Sheets("環境(出力)").Shapes("兼松日産農林").Visible = False
Sheets("環境(出力)").Shapes("環境パイル工法協会ロゴ").Visible = True
Else
If Sheets("入力(新)").Range("Z2") <> "環境パイル工法技術委員会" Then
Sheets("環境S(出力)").Shapes("兼松日産農林").Visible = True
Sheets("環境S(出力)").Shapes("環境パイル工法協会ロゴ").Visible = False
Sheets("環境(出力)").Shapes("兼松日産農林").Visible = True
Sheets("環境(出力)").Shapes("環境パイル工法協会ロゴ").Visible = False
Else
End If
End If
End Sub