Hi Austen,
Although, if you are going to call this location from many different locations in one file (e.g. multiple Sub Routines, UserForms, etc.) you may want to think about declaring it as a Public Const and keeping it Global. This will save you the trouble of calling/Dim'ming it multiple times when once is sufficient.'Omitted. Same as Ken's