Re: Project Reference

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Has a specific name been assigned to the addin project? If not, under
Tools>References in the VBE, depending upon how many templates you have in
the Word Startup Folder, you may find a whole bunch of (un-named) "Project"
entries.

However you do not need to create a specific reference to the add-in to be
able to use the code in it as you can use

Application.Run "ProjectName.ModuleName.MacroName"



--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"Jean D" <JeanD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:zfomh1fsnfwc$.1ok3x9ekqe2nk.dlg@xxxxxxxxxxxxx
Unfortunately they are all public. It still doesn't recognize them
without
the project reference.

But thank you!



On Wed, 25 Mar 2009 15:57:16 +1000, Doug Robbins - Word MVP on
news.microsoft.com wrote:

Try declaring them as Public


.