Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a requirement of fixing the position of scrollbar in a Bar chart. I want that the scrollbar always remain at the extreme right end of the chart not at its normal position i.e extreme left end.
PFA screens shot.
Hi you can even try below
go to Chart properties --> presentation tab, Then select "Reversed" and "Show/Enable X-axis Scrollbar"
It will preserve your scroll position even after restart.
Regards
ASHFAQ
in layout check the check box
Prererve scroll bar position
First Scroll to right and Check Preserve Scroll Position in properties..
Hi Check the below macro.
Set rep = ActiveDocument.GetSheetObject("Document\CH10")
set p = rep.GetProperties
p.ChartProperties.XScrollInitRight = True
rep.SetProperties p
Regards
ASHFAQ
Hi you can even try below
go to Chart properties --> presentation tab, Then select "Reversed" and "Show/Enable X-axis Scrollbar"
It will preserve your scroll position even after restart.
Regards
ASHFAQ
Hi Selva
Thanks for your reply. But is is not working.
Hi Vitul try my second reply.
Regards
ASHFAQ
Thanks Ashfaq,
Its working.