N
Nick Ward
Hi
Public Const m_strDIR As String = "C:\Chosen_Directory\Templates\" works
fine, so I don't have to declare it each function or sub. When I try:
Public Const m_strDIR As String = Application.CurrentProject.Path &
"\Templates\"
it doesn't like it. I get "constant Expression required" .Help is as much
use as a chocolate fire guard on this
TIA
Nick
Public Const m_strDIR As String = "C:\Chosen_Directory\Templates\" works
fine, so I don't have to declare it each function or sub. When I try:
Public Const m_strDIR As String = Application.CurrentProject.Path &
"\Templates\"
it doesn't like it. I get "constant Expression required" .Help is as much
use as a chocolate fire guard on this
TIA
Nick