Hi Julia,
you only have to change the code for the concenated string. Because VBS can handle variants in most cases you can use this simple formula:
Call StatBlockCalc("Channel",
AvgStartRow & "-" & AvgStopRow , MyChnName)
This will work, because VBS perfoms the conversion from numeric to string under the hood.
Stefan