Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a macro to select a range of cells from the same
row, but the columns may or may not be contiguous and the cell references are not constant (they will change every month). Then use this selection for the SetSourceData in a chart. For example if I manually select the following using the CNTL key: a1,a2,a3,a4,a5, a7,a8,a9,a10,a11 (as in a 2 weeks worth of data) I would use this selection in the source for a chart. Should I start the cell selection from Starting Point A and go through a loop to select the necessary cells and place into an array? Or should I use a set range command? I hope I am being clear. Any help would be appreciated. Thank you. Leslie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Macro how to create email link for the email addresses in aRange or Selection | Excel Worksheet Functions | |||
Limiting selection in a cell AND linking that selection to a list | Excel Discussion (Misc queries) | |||
link a chart source to a cell reference | Charts and Charting in Excel | |||
Copy text hyperlinks and paste them as source addresses? | Excel Discussion (Misc queries) | |||
Hiding source cell data after creating chart | Charts and Charting in Excel |