Hi All,

I am trying to use the following code to define a global constant .

Public Const WorkSht = "Detailed Schedule"

However, I get a run time error, and found that WorkSht is empty. Would be nice to solve this.

Many thanks.

Buyi