The below is my code.
When ufmAccount is shown, it no longer recognizes wsA. It returns a runtime error 91.
Why is this? I thought a public variable can be used throughout.
Thank you in advance.
Public wsA As Worksheet, wbA As WorkbookSub NewExpense()
Dim sExpDesc As String, sReplace As...