Ich weiß jetzt nicht auswendig wie Excel Bedingungen verknüpft (hab' im Moment kein Office bei der Hand).
Aber probier mal:
If (Target.Row >= 35) && (Target.Row <= 45) Then
...
Endif
Vielleicht ist es auch AND, vielleicht muß man auch um's ganze noch eine Klammer machen, also:
((Target.Row >= 35) && (Target.Row <= 45))
Einfach mal ausprobieren

.
Jak
____________________________________
Join the DNRC |
Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)