Quote:
Originally Posted by ptmuldoon
I guess you don't actually need to reference an actual variable to add to the building block? You reference a range instead?
|
That's correct. It's analogous to the way you create a building block manually, where you select some part of the document and press Alt+F3, then fill in the boxes in the dialog. Whatever is in the selected part becomes the value of the building block.
In VBA, the Range parameter is the equivalent of the selection in the document (except that when you use a range you don't visibly select anything).