Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends,
Is there any way to set the initial position to bottom for Straight Table? Referring to the below macro code, how could I change the code to achieve what I want?
--
SUB StartScrollRight
SET chartObject = ActiveDocument.GetSheetObject("CH01")
SET chartProperties = chartObject.GetProperties
chartProperties.ChartProperties.XScrollInitRight = true
chartObject.SetProperties chartProperties
END SUB
--
many thanks,
William
I don't think so. Can you reverse the sort order?