You installed the macros incorrectly.
Placing what I supplied inside another macro is incorrect.
If you already have other macros in your template then you should put my macros in a seperate module.
In the VBA IDE do the following
Insert.module
Rename the module to iingredients
copy the provided macros to this module.
From your document
click on the Developer tab
click on the macros button in the code group
select the macro 'covert_lists_of_ingredients_to_includetext_fields ' 'Pardon the type, it should say convert
click on the run button
That should do the trick..
|