Hi,
I have used -putexcel- to export graphs easily if the graph is in .png format. It appears it cannot be done in a .tiff format?
This works for .png files:
This does not work for .tiff files:
This also does not work for .tiff files:
Also does not seem to make a difference if I use -putexcel save- or -putexcel close-.
Thanks for any insights!
I have used -putexcel- to export graphs easily if the graph is in .png format. It appears it cannot be done in a .tiff format?
This works for .png files:
Code:
graph export graph.png, putexcel A1 = picture (graph.png) putexcel save
Code:
graph export graph.tif, putexcel A1 = picture (graph.tif) putexcel save
Code:
graph export "graph.tif", as(tif) replace putexcel A1 = picture("graph.tif") putexcel save
Thanks for any insights!
Comment