E
Edwin Merced
I have a macro that graphs data. I need to change in the macro the sheet
from which Im graphing every time I graph with the macro. Is there an easier
way
These are some of the command lines
ActiveChart.SetSourceData Source:=Sheets("Sheet3").Range("D6:G10")
ActiveChart.SetSourceData Source:=Sheets("Sheet3").Range("D6:G10"), PlotBy _
:=xlColumns
ActiveChart.Location Where:=xlLocationAsObject, Name:="Sheet3"
from which Im graphing every time I graph with the macro. Is there an easier
way
These are some of the command lines
ActiveChart.SetSourceData Source:=Sheets("Sheet3").Range("D6:G10")
ActiveChart.SetSourceData Source:=Sheets("Sheet3").Range("D6:G10"), PlotBy _
:=xlColumns
ActiveChart.Location Where:=xlLocationAsObject, Name:="Sheet3"