|
Prev: Printing at multiple printers
Next: Can I installed my one copy of Office 2007 on my desktop andlapto
From: Harleys on 12 May 2008 07:52 Hello, My VB application creates word documents using some templates stored on the network folder. These templates have wordbasic in them and things were working fine till Word2003. I upgraded to Office 2007 and now the templates no longer work. I always get an error "Sub or Function not defined" when the application uses the template. The template also creates a user defined buttons, when i click on them it again gives the same error. Can anybody help me to overcome this issue please? -- Harleys ------------------------------------------------------------------------ Harleys's Profile: http://forums.techarena.in/member.php?userid=49004 View this thread: http://forums.techarena.in/showthread.php?t=966421 http://forums.techarena.in
From: Bob Buckland ?:-) on 12 May 2008 10:10
Hi Harleys, You may want to use the link below to also post in the MS Word VBA discussion group and include there the macro/routine that is having the error. If your add-in is creating a button on a built in toolbar, it may not find a 'home' for the button. Word 2007 can pull up custom toolbars from templates in the 'Add-ins' tab, or you can create your own ribbon tabs with VBA and XML. ================ <<"Harleys" <Harleys.39arbd(a)DoNotSpam.com> wrote in message news:Harleys.39arbd(a)DoNotSpam.com... Hello, My VB application creates word documents using some templates stored on the network folder. These templates have wordbasic in them and things were working fine till Word2003. I upgraded to Office 2007 and now the templates no longer work. I always get an error "Sub or Function not defined" when the application uses the template. The template also creates a user defined buttons, when i click on them it again gives the same error. Can anybody help me to overcome this issue please? -- Harleys >> -- Please let us know if this has helped, Bob Buckland ?:-) MS Office System Products MVP >>*Courtesy is not expensive and can pay big dividends<< LINKS A. Specific newsgroup/discussion group mentioned in this message: news://msnews.microsoft.com/microsoft.public.word.vba.general or via browser: http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.word.vba.general B. MS Office Community discussion/newsgroups via Web Browser http://microsoft.com/office/community/en-us/default.mspx or Microsoft hosted newsgroups via Outlook Express/newsreader news://msnews.microsoft.com |