In "straight" VB there is a construct called "app path", a variable which obviously returns the path of its application. Does such a thing exist in VBA? I cant seem to find it. So far I have been fudging it with ... "Path = Application.VBE.activevbproject.FileName", but this is not reliable, particularly if other VBA routines get loaded into the same drawing. thanks