Prev: How to create an [under]line for someone to type on?
Next: How to find and print highlighted words in multiple documents
From: Simon on 28 May 2010 11:11 1. If a group of users have a common template installed on their machine, and they are all sent a document created with that template, is the appropriate corresponding template identified by its filename, or by its fully-qualified-folder-path-filename (which could be in different locations on different client machines), or something else? 2. Can VBA code be separated from the document and distributed separately from the document? 3. What's the best way of distributing changes to a VBA macro? Thank you for your help
From: Doug Robbins - Word MVP on 28 May 2010 20:02
I do not have the facilities to the check and Answer 1 Re 2, while you can export the module containing the code as a .bas file and you could distribute that, it would be a bit much to expect the average user to make the required use of it. Re 3, see the article "Distributing macros to other users” at: http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm -- 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 "Simon" <Simon(a)discussions.microsoft.com> wrote in message news:23DDC11C-90E0-4284-B18A-168BF3035531(a)microsoft.com... > 1. If a group of users have a common template installed on their machine, > and they are all sent a document created with that template, is the > appropriate corresponding template identified by its filename, or by its > fully-qualified-folder-path-filename (which could be in different > locations > on different client machines), or something else? > > 2. Can VBA code be separated from the document and distributed separately > from the document? > > 3. What's the best way of distributing changes to a VBA macro? > > > Thank you for your help |