Y
Yves Janssens
All,
With VBA I'm making a chart sheet.
This chart sheet is than viewed by the user. I have protected this sheet, so
he can make no changes.
I have also set some settings for the graph options:
Application.ShowChartTipNames = False
Application.ShowChartTipValues = False
Now I notice that you can still select the different parts of the graph.
Is it possible to switch this off?
I also would like to add a button on this chart sheet. I tried this with:
ActiveSheet.Buttons.Add(869189.25, 125211.75, 395520.75,
289965).Select
ActiveChart.Shapes("Button 1").Select
Selection.Characters.Text = "Print"
But when I ran the code I don't see any button. What do I wrong?
Thanks a lot in advance,
Yves
With VBA I'm making a chart sheet.
This chart sheet is than viewed by the user. I have protected this sheet, so
he can make no changes.
I have also set some settings for the graph options:
Application.ShowChartTipNames = False
Application.ShowChartTipValues = False
Now I notice that you can still select the different parts of the graph.
Is it possible to switch this off?
I also would like to add a button on this chart sheet. I tried this with:
ActiveSheet.Buttons.Add(869189.25, 125211.75, 395520.75,
289965).Select
ActiveChart.Shapes("Button 1").Select
Selection.Characters.Text = "Print"
But when I ran the code I don't see any button. What do I wrong?
Thanks a lot in advance,
Yves