Legend
Hi Tim,
If you hit the F2 function key while in the VBA editor you will see a list of classes, properties and objects and the members of each object. You will see that the 'Legend' Class has no 'Text' or 'Caption' property. It does however have a LegendEntries property (or method). I...