Can anyone tell me why the following code snippet bombs when I attemp to set the stylesheet property? Setting it to an empty string works, but trying to put an actual style sheet name into it gives a runtime error. Yes, the .ctb file does exist, I tried tacking on full path, etc. no luck Thanks strStyleName = "HP1120-mono.ctb" With objLayout .PlotWithPlotStyles = True .StyleSheet = "" .StyleSheet = strStyleName .RefreshPlotDeviceInfo End With