Sharing Code Among Office Applications?

P

PeteCresswell

I've got an MS Access .MDB being called from code behind an Excel
workbook.

The two objects share some constants.

I think I know the answer, but just wanted to check: is there any way
I can define those constants in a single VBA module instead of
replicating them in a "basGlobals" module in each object?
 
Top