Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom Ogilvy wrote:
oxlApp.Workbooks("Mybooks.xls").Charts("myChart"). Textboxes(1) Thanks for the hint, unfortunately I can't make it work. Could you help me out with some code? I need to update the textbox automatically so the value in a single cell. Private Sub Worksheet_Change(ByVal Target As Range) oxlApp.Workbooks("Mybooks.xls").Charts("myChart"). Textboxes(1) = C5 End Sub Thanks, Peter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disappearing Textbox at the bottom area of a chart | Charts and Charting in Excel | |||
defining a variable-size worksheet area for charting | Excel Worksheet Functions | |||
Custom charting - Stacked charting with a line | Charts and Charting in Excel | |||
manipulating textbox in chart | Charts and Charting in Excel | |||
Textbox Bug? Missing/delayed update of textbox filled via VBA | Excel Programming |