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

14
formatArticleSheet.bas Normal file
View File

@@ -0,0 +1,14 @@
Attribute VB_Name = "formatArticleSheet"
Sub formatArticleSheet(ByVal article As String, ByVal sheet as string)
'
'This will format the sheet based on the og psi, all formulas will be rebuilt everytime you click update articles
'
'
'
'
'
'
sheets(sheet).range("A2").value = "AV"
sheets(sheet).range(article)
End Sub