I assume
this post is an example of your problem?
Ok. This is the code you posted in the post mentioned above:<PRE>Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column = 2 And _
Target.Row >= 8 And _
Target.Value<> "" Then
Range("E5").Value = Target.Value
End If
End Sub</PRE>
I'm not quite sure about the running off of the page bit, but sometimes I have problems with it not putting a blank line between End Sub and what I'm typing.
Ok. I see what you're saying now. Before I edited this, the paragraph above was running out of the frame. I fixed it by putting the PRE tags in the same line as the code, not putting a return and then adding the tag.
If that doesn't make sense, hit edit on my post here. You can't edit it, but you can see what was typed in and how it was formatted.
Hope this helps,
_________________<font color=red>~*</font><font color=blue>Kristy</font><font color=red>*~</font>
"Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam."
</img>
This message was edited by Von Pookie on 2002-06-11 11:50
This message was edited by Von Pookie on 2002-06-11 11:52