Hi,
I need help with VB to get rid of formulas. Here is the scenario and the formulas in Sheet 4
Column H formula =IF(G6="","",G6)
Column I formula =IF(G6="","",G6)
Column J formula =IF(G6="","",IF(OR(H6>0,I6>0),"Open","Closed"))
Column K formula =IF(J6="","",IF(J6="Open",MAX(H6,I6),0))
The range is G6:G371. If the VB can run automatically each time the Workbook is open, that would be great. Many thanks.
I need help with VB to get rid of formulas. Here is the scenario and the formulas in Sheet 4
Area 1 | ||||
G | H | I | J | K |
Column H formula =IF(G6="","",G6)
Column I formula =IF(G6="","",G6)
Column J formula =IF(G6="","",IF(OR(H6>0,I6>0),"Open","Closed"))
Column K formula =IF(J6="","",IF(J6="Open",MAX(H6,I6),0))
The range is G6:G371. If the VB can run automatically each time the Workbook is open, that would be great. Many thanks.