Update ReportPerCounty/ReportPerCounty.bas

This commit is contained in:
kevinowino869 2025-03-02 14:25:04 +01:00
parent f0503dd266
commit 25e930145c

View File

@ -1,4 +1,3 @@
Attribute VB_Name = "ReportPerCounty"
Sub GenerateCountyReports()
Dim ws As Worksheet, wsNew As Worksheet
Dim lastRow As Long, countyCol As Long, headerRow As Long