Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pretty cool p45cal, that's the best thing I got going...........many thanks!
Vaya con Dios, Chuck "p45cal" wrote in message ... as a starter you could try this code in the sheet's code module, as long as there is only one window open for this workbook, it should work, though it will need you to select a cell rather than just scroll with the scroll bars: Code: -------------------- Private Sub Worksheet_SelectionChange(ByVal Target As Range) ChartObjects(1).Left = Cells(1, ThisWorkbook.Windows(1).ScrollColumn).Left + 20 End Sub -------------------- -- p45cal *p45cal* ------------------------------------------------------------------------ p45cal's Profile: 558 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164092 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
floating chart | Charts and Charting in Excel | |||
Floating bar chart - How? | Charts and Charting in Excel | |||
Floating Bar Chart | Charts and Charting in Excel | |||
Floating chart | Charts and Charting in Excel | |||
floating bar chart? | Charts and Charting in Excel |