Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Combine Two Different Worksheet_Change codes
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="magmike, post: 7395943"] If I catch what you are saying correctly, then I would have a total of 3 Procedures: Private Sub Part1(ByVal Target As Excel.Range) Private Sub Part2(ByVal Target As Range) Private Sub Worksheet_Change(ByVal Target As Range) And the Worksheet_Change procedure would be exactly this (without any changes?): Private Sub Worksheet_Change(ByVal Target As Range) Part1 Target Part2 Target End Sub This is what I have done, and neither of them work. I am sure I didn't something wrong. Did I understand you correctly? magmike [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Combine Two Different Worksheet_Change codes
Top