1楼çæä½ä¹å¯ä»¥å®ç°è°æ´å¤§å°ï¼ä½æ¯ç¸å
³æ ¼å¼æ²¡æ³è°æ´ã
楼主å¯ä»¥ç 究ä¸ä¸æçåæ³ï¼
æå¼èåâå·¥å
·â---âå®â---âVBç¼è¾å¨âï¼åå»æå¨sheet表ï¼æ以ä¸ä»£ç ç²è´´è¿å»ï¼ä¿åã
ç¶åæshifté®ï¼éå®ä½ ææçå¾è¡¨ï¼æå¼èåâå·¥å
·â---âå®â---âå®â---éæ©âè°æ´å¾è¡¨å¤§å°â---âæ§è¡âå®
å
·ä½çå¾è¡¨ä½ è¿å¯ä»¥è°è代ç å»è°æ´é¿å®½ãåä½æ ¼å¼çå
ç´ ã
Sub è°æ´å¾ç大å°()
Selection.ShapeRange.Height = 150
Selection.ShapeRange.Width = 240
End Sub
Sub è°æ´å¾è¡¨åºæ ¼å¼()
With Selection.Border
.Weight = 2
.LineStyle = 0
End With
Selection.Interior.ColorIndex = xlAutomatic
Selection.AutoScaleFont = False
With Selection.Font
.Name = "å®ä½"
.FontStyle = "常è§"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
.Background = xlAutomatic
End With
ActiveChart.PlotArea.Select
With Selection.Border
.Weight = xlThin
.LineStyle = xlAutomatic
End With
Selection.Interior.ColorIndex = xlNone
ActiveChart.Legend.Select
With Selection.Border
.Weight = xlHairline
.LineStyle = xlNone
End With
Selection.Shadow = False
Selection.Interior.ColorIndex = xlNone
End Sub
Sub è°æ´åè½´ç»å¾åº()
ActiveChart.PlotArea.Select
Selection.Top = 7
Selection.Width = 205
Selection.Height = 115
Selection.Left = 15
End Sub
Sub è°æ´åè½´ç»å¾åº()
ActiveChart.PlotArea.Select
Selection.Top = 7
Selection.Width = 195
Selection.Height = 115
Selection.Left = 15
End Sub
Sub å¤å¶å¾å()'å·æï¼ä¸ç¨æshifté®äº
ActiveChart.CopyPicture Appearance:=xlScreen, Size:=xlScreen, Format:= _
xlPicture
End Sub
温馨提示:答案为网友推荐,仅供参考