Hello Mr Excel,
The spreadsheet pic shows cell C3 is active and is generating the changes in cells C17,C22 as per the code. All good.
This is currently the only cell with code in column C and the code works as it should.
The Problem:
I added coding for cell B3 which, when active, generates changes in cells B17,B22, and the coding for cell B4 which, when active, generates changes in cells B15, B18. Everything was working as it should until I added the coding for cell B5 which, when active, was to generate changes in cells B16,B17. B17 did NOT respond.
I suspect there is a conflict because B17 is 'common' in the coding for both B3 and B5.
Is there a 'statement' that would allow this 'common' cell to respond as per the code?
I suspect similar conflicts will occur when coding for cells B6 thru B11 as these cells, when active, will also generate changes in 'common' cells within B13 to B22.
Regarding your response, please note I am new to VBA.
Thank you kindly,
Ron
The spreadsheet pic shows cell C3 is active and is generating the changes in cells C17,C22 as per the code. All good.
This is currently the only cell with code in column C and the code works as it should.
The Problem:
I added coding for cell B3 which, when active, generates changes in cells B17,B22, and the coding for cell B4 which, when active, generates changes in cells B15, B18. Everything was working as it should until I added the coding for cell B5 which, when active, was to generate changes in cells B16,B17. B17 did NOT respond.
I suspect there is a conflict because B17 is 'common' in the coding for both B3 and B5.
Is there a 'statement' that would allow this 'common' cell to respond as per the code?
I suspect similar conflicts will occur when coding for cells B6 thru B11 as these cells, when active, will also generate changes in 'common' cells within B13 to B22.
Regarding your response, please note I am new to VBA.
Thank you kindly,
Ron