Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to set reference multiple graphs with one click?
I work based on this script.
When I repeat the scrip for another graph, the previous stopts working....
Sub setReferenceALL
set Graph = ActiveDocument.getSheetObject("X")
Graph.SetReference
end sub
Sub clearReferenceALL
Graph.ClearReference