Solved
arbortext 6 Macro help to automate creating an index entry into a table
- March 15, 2012
- 2 replies
- 3309 views
Hi I need some help creatinga macro that will copy the contents of a cell and create an index tag with those contents. I have created one but it only works with 6 digit numbers and only can do one cell at a time. We have a mix of 4, 5 and 6 digit part numbers. What I would like to do is select the entire column, maybe 20 or entries and run this macro and have an index tag created for each one. I cannot seem to change the amount of characters that I can select or number of cells as I seems to mess everything up if I do it that way
Here is what I got
#Enter;
insert_tag("indexterm");
LineUp;
CharLeftExtend; repeat 5;
EditCopy;
LineDown; repeat 2;
EditPaste;
Thanks Bryon


