1
このコードを1行に短縮する理由はありますか?コードは機能しますが、統合したいのですか?私は本当にあなたの質問を理解していけないアクティブなシートコード名がexitサブと等しい場合
'If active sheet has the code name below then exit this sub
If ActiveSheet.CodeName = "VPL" Then Exit Sub
If ActiveSheet.CodeName = "VBA_BlankBidSheet" Then Exit Sub
If ActiveSheet.CodeName = "VBA_BlankOptionSheet" Then Exit Sub
If ActiveSheet.CodeName = "VBA_Dropdowns" Then Exit Sub
ここで見てみます。http://stackoverflow.com/questions/1505206/imitating-the-in-operatorを – Asaf