I would like to have my macro graph the sheet I am on without having to type in different names as I change different files. The SourceData looks like this right now:

ActiveChart.SetSourceData Source:=Sheets("sName").Range("A1:B400"), PlotBy _
:=xlColumns

Is there any way I can get sName to be the name of the current worksheet I am viewing?