pages created and started formatting
This commit is contained in:
14
formatArticleSheet.bas
Normal file
14
formatArticleSheet.bas
Normal 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
|
||||
Reference in New Issue
Block a user