Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can v resize the button or chart.... at the run time ..... not a maximized ...
But in a specific Size of the chart
Hi,
I use below macro code to resize charts at runtime -
Set rep = ActiveDocument.GetSheetObject("Report1")Set fr = rep.GetFrameDefpos = fr.Rectpos.Top = 482pos.Left = 422
pos.Width = 642pos.Height = 323
rep.SetFrameDef fr