Guys,
I have an issue with selecting the appropriate cell ranges to generate my chart. More specifically, I have a sheet that contains 4 columns and x rows. I am trying to retrieve the data within columns A, C and D with A being my labels. I’ve been looking at this for a couple of days now and can’t seem to look past this line:
xlSheet.Range(“A4:A” & Cstr(RCounter - 1) & “,C4:C” & Cstr(RCounter - 1) & “,D4:D” & Cstr(RCounter -1)).Select