Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi folks,
Not a programmer, try to write a macro to refresh a chart base on the range I choose, say, in the previouse step, set "A1:A1, K1:P1, A5:A5, K5:P5, A10:A10, K10:P10" to string variable wkrange. then: ActiveChart.SetSourceData Source:=Sheets("sheet1").range(wkrange) _ , PlotBy:=xlRows I get run-time error '1004' I know something wrong with range(wkrange), would you please shed some light here? Jack |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert numeric data to string format (without VBA)? | Excel Worksheet Functions | |||
convert string to date | Excel Worksheet Functions | |||
Convert rows into 1 cell or 1 string | Excel Worksheet Functions | |||
specify range name in formula with concatenated string | Excel Worksheet Functions | |||
Need to convert text string to seperate cells | Excel Worksheet Functions |