Thank you for reading my post.
I have the below formula which I would like to change into VBA code. The spreadsheet that has this code in there are 43 columns with similar formula's in them which makes the documenter slow.
Could I get your advice on how to write this as VBA code and then for the code to run and apply the formula to the cells on the spreadsheet.
=IF(Update_Report!D6<>(SDB_Data!A8),"MHL TAB:"&Update_Report!D6&" vs SDB TAB:"&SDB_Data!A8,"")
I have the below formula which I would like to change into VBA code. The spreadsheet that has this code in there are 43 columns with similar formula's in them which makes the documenter slow.
Could I get your advice on how to write this as VBA code and then for the code to run and apply the formula to the cells on the spreadsheet.
=IF(Update_Report!D6<>(SDB_Data!A8),"MHL TAB:"&Update_Report!D6&" vs SDB TAB:"&SDB_Data!A8,"")