Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~230 People Reached
About Me
I love code.
- Interests
- Programming
Favorite Forums
Favorite Tags
visual-basic x 2
1 Posted Topic
Re: [code] 'does this work?? Private Sub Worksheet_Change(ByVal Target As Range) Dim strCell Dim astrColumn() As String With Target If booSkipChg Then 'ROUTINE EXECUTES FOR *EVERY* CHANGE IN THE WORKSHEET! Exit Sub 'IF CLEARING CELLS, SKIP End If If Target.Column <> 2 Then 'TEST IF TARGET CELL IS IN COLUMN B … |
The End.