Home > Excel VBA > GraphControl Archive
GraphControl Archive
GraphConrol Ver.203 (バグ改善) bugs(v.202) has improved.
- 2008年5月16日 09:19
- GraphControl
エクセルのスプレッドシートではなく、グラフシートが選択されたときにエラーが発生した部分を改善しました。グラフシートのグラフは、コードの書き方(グラフを選択しないで設定する部分)が少し違うので、設定できません。(コード全体を書き直す必要があります)
When a graph sheet has chosen, the portion which the error generated has been improved. Since a graph sheet differs in how to write a code, it cannot be set up. (It is necessary to rewrite most of codes)
GraphControl Ver.203(Japanese)
GraphControl Ver.203(English)
- Comments: 0
- TrackBack (Close): 0
Excel グラフを画像(GIF)データとして指定フォルダに作成&保存する(Create graph's image to folder)
- 2008年5月15日 13:18
- Excel VBA | GraphControl
エクセルのシート上のグラフをGIF画像として保存するソースコードを紹介します。
This procedure will create GIF image of chart to selected folder.
- Comments: 0
- TrackBack (Close): 0
GraphConrol Ver.201 English Version(英語バージョン) Distribution
- 2008年5月13日 09:05
- Excel Graph | Excel VBA | GraphControl
Introducing English version of a little Excel software 'GraphControl'. This software will help your Excel work, and save your time.
Download GraphControl_en Ver.203
- Ajust height of width of charts(if "ALL" is checked, then all chart will be ajusted)
- Change color of chartarea, plotarea, wall(3D), floor(3D) by using Excel est. Textures, gradation, and 56 color-index
- Change to rounded or square corner, or shadow graph.
- Change Rotation, Elevation etc. of 3D graph.
- Create graph image(GIF) to selected folder
- Reverse graph both X and Y axis
- Change color and style of marker in line graph
- And so on...
I would like to refer and speak to freedom on this little Excel software "GraphControl". I offer you this license which gives you legal permission to copy, distribute and/or modify the software. It is complete open source, and I am very welcome you to modify and develop "GraphControl" to better software to distribute. You can change the link label on UserForm to your website only if you can support end users. Also, for each author's protection and ours, I want to make certain that everyone understands that there is no warranty for this software. Arg. We do not need "Tower of Babel" in the world of computer, don't we?
- Comments: 0
- TrackBack (Close): 0
GraphConrol Ver.201 配布開始
- 2008年5月11日 21:38
- Excel Graph | Excel VBA | GraphControl
GraphConrol Ver. 201 GraphConrol Ver. 202を配布開始します。新機能を追加しています。
- グラフを指定フォルダに GIF画像として保存できるようにしました。
- ツールバーのメニューに追加しました。
- 複数のブックを開いていても、ブック、シート、グラフを指定することが出来ます。
使い方は、グラフコントロール画面のコンボボックスで開いているブックを選択してボタンを押すと指定されたブックがアクティブになります(後から開いたブックは読み込みません)。オプションとして、カスケードスタイルやタイルスタイルなどを選択して表示出来るようにしました。
グラフ画像作成ボタンでは、選択したグラフをコンボボックスで指定したフォルダに保存します。フォルダがないと保存出来ませんので、前もってフォルダを作成しておいてください。「全部」のグラフが指定されている場合は、シート上の全グラフ画像が作成されます(画像はGIF形式です)。保存されるグラフ画像の名前は、グラフタイトルです。もしタイトルがなかったら、ブック名(上のコンボボックスが空欄の場合はなし) + _グラフ番号で保存されます
ダウンロードは↓です。
DownLoad GraphControl Ver.203
- Comments: 0
- TrackBack (Close): 0
Excel グラフの目盛り線を消す(Delete Gridlines of chart. xlValue xlCategory)
- 2008年4月26日 07:58
- Excel VBA | GraphControl
- Comments: 0
- TrackBack (Close): 0
Excel グラフの高さ&幅設定(ChartObjects .Height & Width)
- 2008年4月25日 07:03
- Excel VBA | GraphControl
エクセルグラフの高さと幅を設定うするマクロを紹介します。
- Comments: 0
- TrackBack (Close): 0
Excel グラフのパターン色 (.Fill.Patterned Pattern)
- 2008年4月24日 08:16
- Excel VBA | GraphControl
エクセルグラフをパターン色にする。
| 名前 | Name | .Fill.Patterned Pattern:= |
|---|---|---|
| 5% | 5Percent | msoPattern5Percent |
| 10% | 10Percent | msoPattern10Percent |
| 20% | 20Percent | msoPattern20Percent |
| 25% | 25Percent | msoPattern25Percent |
| 30% | 30Percent | msoPattern30Percent |
| 40% | 40Percent | msoPattern40Percent |
| 50% | 50Percent | msoPattern50Percent |
| 60% | 60Percent | msoPattern60Percent |
| 70% | 70Percent | msoPattern70Percent |
| 75% | 75Percent | msoPattern75Percent |
| 80% | 80Percent | msoPattern80Percent |
| 90% | 90Percent | msoPattern90Percent |
| うろこ | Shingle | msoPatternShingle |
| ざらざら | Trellis | msoPatternTrellis |
| ひし形_強調 | SolidDiamond | msoPatternSolidDiamond |
| ひし形_点 | DottedDiamond | msoPatternDottedDiamond |
| ひし形_枠のみ | OutlinedDiamond | msoPatternOutlinedDiamond |
| れんが_横 | HorizontalBrick | msoPatternHorizontalBrick |
| れんが_斜め | DiagonalBrick | msoPatternDiagonalBrick |
| 右下がり対角線_太 | WideDownwardDiagonal | msoPatternWideDownwardDiagonal |
| 右下がり対角線_破線 | DashedDownwardDiagonal | msoPatternDashedDownwardDiagonal |
| 右下がり対角線_反転 | DarkDownwardDiagonal | msoPatternDarkDownwardDiagonal |
| 右下がり対角線 | DownwardDiagonal | msoPatternLightDownwardDiagonal |
| 右上がり対角線_太 | WideUpwardDiagonal | msoPatternWideUpwardDiagonal |
| 右上がり対角線_破線 | DashedUpwardDiagonal | msoPatternDashedUpwardDiagonal |
| 右上がり対角線_反転 | DarkUpwardDiagonal | msoPatternDarkUpwardDiagonal |
| 右上がり対角線 | UpwardDiagonal | msoPatternLightUpwardDiagonal |
| 横線_太 | DarkHorizontal | msoPatternDarkHorizontal |
| 横線_破線 | DashedHorizontal | msoPatternDashedHorizontal |
| 横線_反転 | NarrowHorizontal | msoPatternNarrowHorizontal |
| 横線 | Horizontal | msoPatternLightHorizontal |
| 格子_小 | SmallGrid | msoPatternSmallGrid |
| 格子_大 | LargeGrid | msoPatternLargeGrid |
| 格子_点 | DottedGrid | msoPatternDottedGrid |
| 球 | Sphere | msoPatternSphere |
| 市松模様_小 | SmallCheckerBoard | msoPatternSmallCheckerBoard |
| 市松模様_大 | LargeCheckerBoard | msoPatternLargeCheckerBoard |
| 紙ふぶき_小 | SmallConfetti | msoPatternSmallConfetti |
| 紙ふぶき_大 | LargeConfetti | msoPatternLargeConfetti |
| 縦線_太 | DarkVertical | msoPatternDarkVertical |
| 縦線_破線 | DashedVertical | msoPatternDashedVertical |
| 縦線_反転 | NarrowVertical | msoPatternNarrowVertical |
| 縦線 | Vertical | msoPatternLightVertical |
| 小波 | Wave | msoPatternWave |
| 大波 | ZigZag | msoPatternZigZag |
| 切り込み | Divot | msoPatternDivot |
| 編み込み | Plaid | msoPatternPlaid |
| 網目 | Weave | msoPatternWeave |
- Comments: 0
- TrackBack (Close): 0
Excel グラフのマーカーの種類(MarkerStyle)
- 2008年4月24日 07:40
- Excel VBA | GraphControl
MarkerStyle (マーカーの種類)
エクセル既定のマーカーの種類です(9種類)。系列1を選択する場合は、ActiveChart.SeriesCollection(1).Select となります。サイズは2~72までです。
| マーカー | Excel Fixed | Code |
|---|---|---|
| ○ | xlCircle | Selection.MarkerStyle = xlCircle |
| □ | xlSquare | Selection.MarkerStyle = xlSquare |
| ♢ | xlDiamond | Selection.MarkerStyle = xlDiamond |
| △ | xlTriangle | Selection.MarkerStyle = xlTriangle |
| ☆ | xlStar | Selection.MarkerStyle = xlStar/td> |
| + | xlPlus | Selection.MarkerStyle = xlPlus |
| ― | xlDash | Selection.MarkerStyle = xlDash |
| - | xlDot | Selection.MarkerStyle = xlDot |
| X | xlX | Selection.MarkerStyle = xlX |
| なし | xlNone | Selection.MarkerStyle = xlNone |
| サイズ | Size | Code |
| 2~72 | From 2 to 72 | Selection.MarkerSize = 5 (default) |
- Comments: 0
- TrackBack (Close): 0
Excel グラフの目盛り線を設定(MajorGridlines Border LineStyle Axes(xlCategory) )
- 2008年4月24日 06:30
- Excel VBA | GraphControl
- Comments: 0
- TrackBack (Close): 0
Excel 3Dグラフの回転設定(3D Chart Rotaion)
- 2008年4月23日 07:56
- Excel VBA | GraphControl
エクセル3Dグラフの回転の値を設定する。
setting up ActiveChart.Rotation of Excel chart.
訂正のお知らせ:3Dグラフの回転を設定するコードに誤りがありました。 Rotation = ActiveChart.Rotationの部分が Rotation = ActiveChart.Elevationとなっていました。訂正と改善した部分がありましたのでお知らせします。
- Comments: 0
- TrackBack (Close): 0
Excel グラフをテキスチャに設定する Texture of ground colors(PresetTextured)
- 2008年4月22日 08:21
- Excel VBA | GraphControl
エクセルグラフを既定のテキスチャに設定するマクロです。
Set up Excel chart by texture of ground colors which is fixed in Excel.
| テキスチャの名前 | Name of Texture | PresetTextured | Number |
|---|---|---|---|
| 紙 | Papyrus | msoTexturePapyrus | 1 |
| キャンバス | Canvas | msoTextureCanvas | 2 |
| デニム | Denim | msoTextureDenim | 3 |
| 麻 | WovenMat | msoTextureWovenMat | 4 |
| しずく | WaterDroplets | msoTextureWaterDroplets | 5 |
| 紙袋 | PaperBag | msoTexturePaperBag | 6 |
| 化石 | FishFossil | msoTextureFishFossil | 7 |
| 砂 | Sand | msoTextureSand | 8 |
| 大理石(緑) | GreenMarble | msoTextureGreenMarble | 9 |
| 大理石(白) | WhiteMarble | msoTextureWhiteMarble | 10 |
| 大理石(茶) | BrownMarble | msoTextureBrownMarble | 11 |
| みかげ石 | Granite | msoTextureGranite | 12 |
| 新聞紙 | Newsprint | msoTextureNewsprint | 13 |
| 再生紙 | RecycledPaper | msoTextureRecycledPaper | 14 |
| セーム皮 | Parchment | msoTextureParchment | 15 |
| ひな形 | Stationery | msoTextureStationery | 16 |
| 青い画用紙 | BlueTissuePaper | msoTextureBlueTissuePaper | 17 |
| ピンクの画用紙 | PinkTissuePaper | msoTexturePinkTissuePaper | 18 |
| 紫のメッシュ | PurpleMesh | msoTexturePurpleMesh | 19 |
| ブーケ | Bouquet | msoTextureBouquet | 20 |
| コルク | Cork | msoTextureCork | 21 |
| くるみ | Walnut | msoTextureWalnut | 22 |
| オーク | Oak | msoTextureOak | 23 |
| 木目 | MediumWood | msoTextureMediumWood | 24 |
- Comments: 0
- TrackBack (Close): 0
Excel グラフを透明にする Transparent (.Interior.ColorIndex)
- 2008年4月22日 07:40
- Excel VBA | GraphControl
- Comments: 0
- TrackBack (Close): 0
Excel グラフ 既定のグラデーション (.PresetGradient Style, Type, Variant)
- 2008年4月21日 06:48
- Excel VBA | GraphControl
エクセルグラフのプロットエリア、チャートエリア、壁面、床面を既定のグラデーションに設定するマクロを紹介します。以下は、エクセル既定のグラデーションの種類とタイプです。
The following table indicates the est. color in Excel.
| グラデーションの種類 | Name of Gradation | GradientType |
|---|---|---|
| 夕焼け | EarlySunset | msoGradientEarlySunset |
| 日暮れ | LateSunset | msoGradientLateSunset |
| 夕闇 | Nightfall | msoGradientNightfall |
| 夜明け | Daybreak | msoGradientDaybreak |
| 地平線 | Horizon | msoGradientHorizon |
| 砂漠 | Desert | msoGradientDesert |
| 海 | Ocean | msoGradientOcean |
| 凪 | CalmWater | msoGradientCalmWater |
| 炎 | Fire | msoGradientFire |
| 霧 | Fog | msoGradientFog |
| こけ | Moss | msoGradientMoss |
| くじゃく | Peacock | msoGradientPeacock |
| 小麦 | Wheat | msoGradientWheat |
| セーム皮 | Parchment | msoGradientParchment |
| マホガニー | Mahogany | msoGradientMahogany |
| 虹 | Rainbow | msoGradientRainbow |
| 虹2 | RainbowII | msoGradientRainbowII |
| ゴールド | Gold | msoGradientGold |
| ゴールド2 | GoldII | msoGradientGoldII |
| ブロンズ | Brass | msoGradientBrass |
| クロム | Chrome | msoGradientChrome |
| クロム2 | ChromeII | msoGradientChromeII |
| シルバー | Silver | msoGradientSilver |
| サファイア | Sapphire | msoGradientSapphire |
| グラデーションのスタイル | Style of Gradation | Gradient Style |
|---|---|---|
| 横 | Horizontal | msoGradientHorizontal |
| 縦 | Vertical | msoGradientVertical |
| 右上対角線 | Diagonal Up | msoGradientDiagonalUp |
| 右下対角線 | Diagonal Down | msoGradientDiagonalDown |
| 角から | From Corner | msoGradientFromCorner |
| 中央から | From Center | msoGradientFromCenter |
- Comments: 0
- TrackBack (Close): 0
Excel グラフを単一色に変える(.PlotArea .ChartArea .Walls .Floor)
- 2008年4月20日 06:47
- Excel VBA | GraphControl
エクセルチャートの色を単一色に変えるソースコードです。
At this article, introducing some source codes to change graph into a single color.
- Comments: 0
- TrackBack (Close): 0
Excel グラフを動かす move chart on Excel sheet (.top)
- 2008年4月19日 07:08
- Excel VBA | GraphControl
エクセルのシート上のグラフをユーザーフォームなどで動かすためのコードを紹介します。
At this article, introducing source codes to move charts on Excel sheet by commandbutton.
- Comments: 0
- TrackBack (Close): 0
Excel 株価チャートの陽線&陰線の色を変える(UpBars & DownBars of stock chart)
- 2008年4月18日 08:32
- Excel VBA | GraphControl
株価チャートの陽線と陰線(ローソク足)の色を設定するサンプルコードを紹介します。
I have added to an option to GraphControl that is for stock chart. It's able to change color of candle bars that is shown in stock chart.
- Comments: 0
- TrackBack (Close): 0
Excel グラフの系列を設定する(Interior, LineStyle, border color)
- 2008年4月17日 16:53
- Excel VBA | GraphControl
エクセルグラフの系列のインテリア、ボーダー、線の色、マーカータイプと大きさなどを設定するソースコードを紹介します。
At this time, introducing some codes to set up seriesCollection. it will be the LineStyle, Maker style, color etc.
- Comments: 0
- TrackBack (Close): 0
Excel 3Dグラフの奥行設定(3D Chart Perspective)
- 2008年4月17日 08:49
- Excel VBA | GraphControl
エクセル3Dグラフの奥行きを設定するマクロを紹介します。
Excel VBA source code which set the value perspective of 3D Chart.
- Comments: 0
- TrackBack (Close): 0
UserFormからシートをスクロール(Scrolling spread sheet from userform)
- 2008年4月17日 07:16
- Excel VBA | GraphControl
UserForm からエクセルシートをスクロールさせるマクロです。
Scrolling Excel's spead sheet using spinbtton.
- Comments: 0
- TrackBack (Close): 0
Excel 3Dグラフの高さ設定(3D Chart Height percentage)
- 2008年4月15日 08:29
- Excel VBA | GraphControl
エクセル3DグラフのX軸高さの比率を設定するマクロを紹介します。
introducing the excel's source code of setting the 3D chart (.HeightPercent).
- Comments: 0
- TrackBack (Close): 0
Excel 3Dグラフの仰角設定(3D Chart Elevation)
- 2008年4月15日 07:06
- Excel VBA | GraphControl
エクセルの3Dグラフの仰角を調整するマクロを紹介します。
- Comments: 0
- TrackBack (Close): 0
Excel グラフに影を付けるマクロ(.Shadow)
- 2008年4月14日 17:14
- Excel VBA | GraphControl
エクセルのグラフに影をつけるソースコードを紹介します。
This source code is to create shadow background of the selected chart.
- Comments: 0
- TrackBack (Close): 0
Excel グラフのコーナーを丸くするマクロ(.RoundedCorners)
- 2008年4月14日 08:53
- Excel VBA | GraphControl
- Comments: 0
- TrackBack (Close): 0
Excel グラフを反転させるマクロ(ソースコード)Axes(xlCategory)
- 2008年4月13日 14:51
- Excel VBA | GraphControl
前回は、数値軸(Y軸)の反転させるコードを紹介しました。今回は、項目軸(X軸)の反転をするコードです。
At this time, introducing a code to reverse xlCategory of selected chartobject.
- Comments: 0
- TrackBack (Close): 0
Excel グラフを反転させるマクロ(ソースコード)Axes(xlValue)
- 2008年4月13日 13:40
- Excel VBA | GraphControl
エクセルグラフのX軸、Y軸(第1軸、第2軸)を反転するエクセルマクロのソースコードを紹介します。
実行されると、チャートの数値軸(Y軸)を反転します。もし上下反転していれば、元に戻ります。
The code reverses selected graph upside down. Procedure carry out both Axes(xlValue, xlPrimary) and Axes(xlValue,xlSecondary). If the selected chart is already reverse order then will put it back.
- Comments: 0
- TrackBack (Close): 0
Home > Excel VBA > GraphControl Archive
Search