This commit is contained in:
2025-08-05 07:35:48 -05:00
parent 26ac61021a
commit 435ffe1478
9 changed files with 1472 additions and 1 deletions

6
Main.bas Normal file
View File

@@ -0,0 +1,6 @@
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