P
Phil Hageman
The below code is assigned to a command button, which
moves the user to the worksheet "Metrics", cell A1. On
that worksheet is "Chart13" (among others). I need to
modify this code to: 1.) Select the chart, 2.) Size
height and width, and 3.) Give it a centered location on
screen.
Can someone help modify this code?
Sub GoToMetricsA1()
' GoToMetricsA1 Macro
Sheets("Metrics").Select
Range("A1").Select
End Sub
Thanks,
Phil
moves the user to the worksheet "Metrics", cell A1. On
that worksheet is "Chart13" (among others). I need to
modify this code to: 1.) Select the chart, 2.) Size
height and width, and 3.) Give it a centered location on
screen.
Can someone help modify this code?
Sub GoToMetricsA1()
' GoToMetricsA1 Macro
Sheets("Metrics").Select
Range("A1").Select
End Sub
Thanks,
Phil