Useful Array Functions for VBA, Part 4 September 13, 2012 by JP Comments PHP has a function for adding values to the beginning of an array. Let's look at a few functions that let us append and prepend values to an array. Continue Reading » Filed Under: VBA Tagged With: append, array
Create and append Word document tables from VBA May 17, 2012 by JP Comments If you ever needed to export information from Excel into a Word table, this piece of code might help. Continue Reading » Filed Under: Word Tagged With: append, table
Follow Me