Hello Friends,
I need a VBA code for worksheet change event for the following
Cell B4: Show Quantity, Show Value or Show Value & Quantity
Columns E,G & I Contains Quantity
Columns F,H,& J Contains Value
If cell B4 is set to Show Quantity
Then Only Columns E,G & I should be shown if there is any value > "0" in E102, E102 & I102
If cell B4 is set to Show Value
Then Only Columns F,H & J should be shown if there is any value > "0" in F102, H102 & J102
If cell B4 is set to Show Quantity & Value
Then All Columns From E to J should be shown if there is any value > "0" E102 to J102
Any help would be appreciated,
Thanks
Humayun
I need a VBA code for worksheet change event for the following
Cell B4: Show Quantity, Show Value or Show Value & Quantity
Columns E,G & I Contains Quantity
Columns F,H,& J Contains Value
If cell B4 is set to Show Quantity
Then Only Columns E,G & I should be shown if there is any value > "0" in E102, E102 & I102
If cell B4 is set to Show Value
Then Only Columns F,H & J should be shown if there is any value > "0" in F102, H102 & J102
If cell B4 is set to Show Quantity & Value
Then All Columns From E to J should be shown if there is any value > "0" E102 to J102
Any help would be appreciated,
Thanks
Humayun