Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
i am trying to set up a keyboard shortcut where i can select some cells, hit the shortcut and a graph would be build based on the selected data. so far i can do that but i can only graph data from the recorded range when i start the macro B4:J4 - i want to be able to graph from any dataset i select... Sub graph() ' Keyboard Shortcut: Ctrl+Shift+G ' Range("B4:J4").Select Charts.Add ActiveChart.ChartType = xlLine ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range("B4:J4") ActiveChart.Location Whe=xlLocationAsObject, Name:="Sheet1" End Sub thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
graphing using macro | Charts and Charting in Excel | |||
Macro for graphing | Charts and Charting in Excel | |||
Macro for Graphing Current Sheet? | Excel Programming | |||
Template for graphing algebra inequalities and easy to shade the . | Charts and Charting in Excel | |||
Macro for Graphing Data | Excel Programming |