Using Variable Sheet Name in Series Name Definition
Posted by Dazed and Confused on April 19, 2001 6:06 AM
I have (unsuccessfully) been trying to figure out the correct syntax for
using a variable name for the worksheet in the following expression:
ActiveChart.SeriesCollection(1).Name = "=Sheets(Sheetneeded)!R1C6"
Can you give me any clues here? Thanks in advance.
John