WaterSprite
Technical User
Option Explicit
[Dim pf As String]
[Public pf As String]
Do I need both of these statements? My goal is to have the variable [pf] available to the entire project. I have never done that before. I just usually do Dim statements in the modules. I went to the VBA help files, but could not figure out if using the [Public pf as string] was all I needed to do.
Thank you.