Posts
 
Reputation
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

1 Posted Topic

Member Avatar for Hawkeye249

[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 …

Member Avatar for EricDV
0
230

The End.