I'm trying to set the plot style from VBA. I tried ThisDrawing.ActiveLayout.PlotWithPlotStyles = "monochrome.ctb" but it obviously didn't work or I wouldn't be posting.
Thanks, I put
ThisDrawing.ActiveLayout.StyleSheet = "monochrome.ctb"
and it did great. Thanks for the needed info, but also thanks for how quickly I got what I needed.