pages created and started formatting

This commit is contained in:
2025-08-06 06:04:42 -05:00
parent 435ffe1478
commit 6090aeab68
7 changed files with 181 additions and 44 deletions

View File

@@ -1,6 +1,5 @@
Attribute VB_Name = "Main"
Sub main()
'get the av data based on what is in cell b24
msgbox "The av to grab are" + sheets("Setup Data").range("B24").value
End Sub
sub main ()
debug.print "just here"
end sub