Thank you very much, it works. But is it possible to rewrite it, so that
limited row was marked? (Since Ay to Wy, or using CurrentRegion)
T.Vognar
I am not understanding. Ay to Wy, what is that referring to?

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Thank you very much, it works. But is it possible to rewrite it, so that
> limited row was marked? (Since Ay to Wy, or using CurrentRegion)
[quoted text clipped - 21 lines]
>>> End With
>>> End Sub
Tomáš Vognar - 14 Mar 2008 09:24 GMT
The best would be region defined by intersection of the CurrentRegion and
active line. I'm sorry, I'm trying this, but I get errors or wrong results.
I do not quite understand the syntax of the VBA, for the meantime.
T.Vognar
>I am not understanding. Ay to Wy, what is that referring to?
>
[quoted text clipped - 24 lines]
>>>> End With
>>>> End Sub
JP - 14 Mar 2008 21:56 GMT
Sub Za¹edìní_øádku()
With Range("A12:W12").Interior
.ColorIndex = 15
.Pattern = xlSolid
End With
End Sub
--JP
> The best would be region defined by intersection of the CurrentRegion and
> active line. I'm sorry, I'm trying this, but I get errors or wrong results.
> I do not quite understand the syntax of the VBA, for the meantime.
>
> T.Vognar