Hi guys,
So I have some VBA. I am declaring a public variable as integer in module 1 and lets say for example in module 1 it is declared as a value = 19.
Public batch_audit_col As Integer
batch_audit_col = Application.Match("BATCH1", Dash.Rows("1:1"), 0)
Then module 2 starts and I do not...