I have a workbook which has some conditional formatting in columns A:B. A user will be putting notes in column C. When they put notes, the conditional formatting automatically extends to column C. I know that you can turn it off on an individual compter (Options/Advanced/uncheck "Extend data range formats and formulas"), but is there a way via VBA to turn it off on this specific workbook, so that when I share it with others it will work correctly for them?
I tried:
Application.AutoCorrect.AutoFillFormulasInLists = False
But that didn't seem to work. Any suggestions?
Bookmarks