K
Knut Hollund
Using VBA and Excel I'm trying to link the ChartTitle of an embedded chart
to a cell, but I always get an runtime error. Do anyone know how to do this?
Here is what I try to do:
.ChartObjects(name).Chart.ChartTitle.Text = "=" & .Cells(row, 1).address
(the . is a worksheet, name is the correct string and row is an nice
integer..)
K__t
to a cell, but I always get an runtime error. Do anyone know how to do this?
Here is what I try to do:
.ChartObjects(name).Chart.ChartTitle.Text = "=" & .Cells(row, 1).address
(the . is a worksheet, name is the correct string and row is an nice
integer..)
K__t