Quantcast
Channel: How do I display Tool-tip on an excel column chart contained in a sheet that is protected(UserInterfaceOnly)? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How do I display Tool-tip on an excel column chart contained in a sheet that is protected(UserInterfaceOnly)?

$
0
0

I have a stacked column chart with many series and with legend etc. I am having to display a tooltip when the mouse hovers over the series and the good thing is I achieved that using code from Here. Only problem is I want the user not to delete the chart or move it. So I protect the sheet with

ActiveWorkbook.Worksheets("Sheet1").Protect Password:="Password", UserInterfaceOnly:=True

Now since I have protected it the macro can make the chart active and still work with it but user cannot activate it. My tooltip program works only if user can activate the chart. Here is a snap(Dummy)

Tooltip shows on one of the series in Picture

How do I keep the protection of the sheet as well as allow user to activate chart which displays the tooltip?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images