の手順大きすぎるエラーを受け取った私は、エラーメッセージの下に受信:私がアクセスVBAコード
私はVBAが64Kの制限や手順ごとに何かを持っていると思いますが大きすぎる
手順。このコードを分割する方法は?
If txt29.Value = "" Then Box67.BackColor = labelnull.BackColor cmd29.Enabled = False Else cmd29.Enabled = True End If If txt29.Value = "Yellow" Then Box67.BackColor = LabelYellow.BackColor End If If txt29.Value = "Blue" Then Box67.BackColor = LabelBlue.BackColor End If If txt29.Value = "Red" Then Box67.BackColor = LabelRed.BackColor End If If txt29.Value = "Brown" Then Box67.BackColor = lableBrown.BackColor End If If txt29.Value = "Pink" Then Box67.BackColor = Labelpink.BackColor End If If txt29.Value = "White" Then Box67.BackColor = Labelpink.BackColor End If If txt29.Value = "Grey" Then Box67.BackColor = Labelpink.BackColor End If If txt29.Value = "Purple" Then Box67.BackColor = Labelpink.BackColor End If If txt29.Value = "Green" Then Box67.BackColor = LabelGreen.BackColor End If
私はあなたが10の機能10の制御を設定し、それぞれを作成することができます100個のボタン
ありがとうございます – Dana