View Single Post
 
Old 04-11-2018, 10:50 AM
slaycock slaycock is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Sep 2013
Posts: 255
slaycock is on a distinguished road
Default

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..
Reply With Quote