79390573

Date: 2025-01-27 11:32:21
Score: 2
Natty:
Report link

I know this is an old thread, but I'm sure people nowadays are still experiencing this issue. I have found one line of code that I entered in the Workbook.Open procedure that prevents formulas from autofilling through the entire table(s).

Just simply add this code in the workbook.open statement:

Private Sub Workbook_Open() Application.AutoCorrect.AutoFillFormulasInLists = False End Sub

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Rick