79079836

Date: 2024-10-11 22:17:25
Score: 1
Natty:
Report link

The only thing that worked for me was this VBA:

ActiveSheet.PageSetup.PrintTitleRows = ActiveSheet.Rows(1).Address

from https://learn.microsoft.com/en-us/office/vba/api/excel.pagesetup.printtitlerows

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CZahrobsky