corrected the all button so it properly populates all plants

This commit is contained in:
2025-05-21 19:38:37 -05:00
parent 16578d7c45
commit eb609e9a47
6 changed files with 1664 additions and 0 deletions

3
ThisWorkbook.cls Normal file
View File

@@ -0,0 +1,3 @@
Private Sub Workbook_Open()
Call queryAvi
End Sub