S
Stratuser
After I changed from Excell 2003 to Excel 2007, the following VBA code, which
changed the date in a textbox in a chart, no longer worked:
Sheets("All Styles").Select
ActiveChart.Shapes("Text Box 1026").Select
Selection.Characters.Text = Range("Date").Value
The macro recorder doesn't record anything when I try to use it to get some
code. Any ideas for fixing this?
changed the date in a textbox in a chart, no longer worked:
Sheets("All Styles").Select
ActiveChart.Shapes("Text Box 1026").Select
Selection.Characters.Text = Range("Date").Value
The macro recorder doesn't record anything when I try to use it to get some
code. Any ideas for fixing this?