Having worked with VBA for several years, it's hard to believe I've never got around to asking this question before, but here goes.
What I'm looking for is the detail around properties I look up in the Object Model. For example, the Range object has the property Borders, and there's generally an example that shows a bit more of the details of the property (e.g., Borders(xlEdgeBottom), then .LineStyle = xlContinuous, Weight = xlThin, ColorIndex = 3. What I'm trying to figure out is where to find ALL the parameters like LineStyle and ALL the options like xlContinuous. I've seen such tables before, but just can't figure how to get to them.
Any and all help will be greatly appreciated. Thanks.