 |
如何使用 VBA 巨集為 Excel 2007 的 XY 散佈圖或泡泡圖中的資料點加上標籤
說明如何使用 VBA 巨集為 Excel 2007 的 XY 散佈圖或泡泡圖中的資料點加上標籤。 ... Sub AttachLabelsToPoints() 'Dimension variables. Dim Counter As Integer, ChartName As String, xVals As String ' Disable screen updating while the subroutine is run.
support.microsoft.com |
 |