{"id":7602,"date":"2024-09-06T19:30:50","date_gmt":"2024-09-06T10:30:50","guid":{"rendered":"https:\/\/techmania.jp\/blog\/?p=7602"},"modified":"2025-04-28T16:04:03","modified_gmt":"2025-04-28T07:04:03","slug":"excel-vba-value","status":"publish","type":"post","link":"https:\/\/techmania.jp\/blog\/excel-vba-value\/","title":{"rendered":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac"},"content":{"rendered":"\n<h2 id=\"outline__1\" class=\"wp-block-heading\">Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f<\/h2>\n\n\n<p>Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u6307\u5b9a\u3057\u305f\u30bb\u30eb\u306e\u73fe\u5728\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u7a7a\u767d\u306e\u30bb\u30eb\u3078\u66f8\u304d\u8fbc\u3080\u30fb\u30bb\u30eb\u306b\u5165\u3063\u3066\u3044\u308b\u5024\u3092\u4e0a\u66f8\u304d\u3059\u308b\u3068\u3044\u3063\u305f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u5358\u72ec\u3067\u306f\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u969b\u306f\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u6301\u3063\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u547c\u3073\u51fa\u3059\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3059\u308b\u969b\u306b\u547c\u3073\u51fa\u3059\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u3001\u30bb\u30eb\u306e\u7bc4\u56f2\u3092\u8868\u3059Range\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3059\u3002<\/p>\n\n<p>Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u57fa\u672c\u7684\u306a\u69cb\u6587\u306f\u6b21\u306e\u3088\u3046\u306a\u5f62\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n<p><strong>\u3010\u69cb\u6587\u3011<\/strong><\/p>\n\n<pre class=\"wp-block-code\"><code>Range.Value<\/code><\/pre>\n\n\n\n<h3 id=\"outline__1_1\" class=\"wp-block-heading\">\u6307\u5b9a\u3057\u305f\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3059\u308b<\/h3>\n\n\n<p>Range()\u30e1\u30bd\u30c3\u30c9\u3084Cells()\u30e1\u30bd\u30c3\u30c9\u3068\u7d44\u307f\u5408\u308f\u305b\u3066Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u6b21\u306e\u3088\u3046\u306a\u5f62\u5f0f\u306e\u30b3\u30fc\u30c9\u3067\u30bb\u30eb\u3092\u6307\u5b9a\u3057\u3066\u5024\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n<p><strong>\u3010\u57fa\u672c\u5f62\u3011<\/strong><\/p>\n\n<pre class=\"wp-block-code\">\n<code>Range(\u30bb\u30eb\u306e\u756a\u53f7).Value     'A3, C8\u306a\u3069\u306e\u30bb\u30eb\u756a\u53f7\u3092\u5165\u529b\u3057\u307e\u3059 \u4f8b: Range(\"A6\").Value\nCells(\u884c, \u5217).Value              '\u884c\u3068\u5217\u306b\u306f\u6570\u5b57\u3092\u5165\u308c\u307e\u3059 \u4f8b: Cells(3, 8).Value<\/code><\/pre>\n\n\n<p>\u307e\u305a\u306f\u8a66\u3057\u306b\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u3092\u8868\u793a\u3059\u308b\u95a2\u6570MsgBox\u3092\u4f7f\u7528\u3057\u3066\u3001\u30bb\u30eb\u306e\u5024\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u306b\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u4eca\u56de\u306f\u3001\u4f55\u3082\u5024\u304c\u5165\u3063\u3066\u3044\u306a\u3044\u30b7\u30fc\u30c8\u306eA1\u30bb\u30eb\u306b\u300cTechmania\u7de8\u96c6\u90e8\u300d\u3068\u5165\u529b\u3057\u3001\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002<\/p>\n\n<p><strong>\u3010\u5b9f\u884c\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n<pre class=\"wp-block-code\">\n<code>Sub ValueMsg()\n    MsgBox Range(\"A1\").Value\nEnd Sub<\/code><\/pre>\n\n<p><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value5.png\" class=\"post-img\">\n\n\n<p><strong>\u3010MsgBox\u306e\u4f7f\u3044\u65b9\u306f\u3053\u3061\u3089\u3011<\/strong><\/p>\n<a href=\"https:\/\/techmania.jp\/blog\/excel-vba-msgbox\/\">\u3010Excel VBA\u3011MsgBox\u3067\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac<\/a>\n\n<h2 id=\"outline__2\" class=\"wp-block-heading\">Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u30bb\u30eb\u306b\u5024\u3092\u66f8\u304d\u8fbc\u3080\u65b9\u6cd5\u306f\uff1f<\/h2>\n\n\n<p>Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u3066\u6307\u5b9a\u3057\u305f\u30bb\u30eb\u306b\u65b0\u305f\u306a\u5024\u3092\u66f8\u304d\u8fbc\u3080\u5834\u5408\u306f\u3001Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u5024\u3092\u4ee3\u5165\u3057\u307e\u3059\u3002\u6b21\u306e\u3088\u3046\u306a\u30b3\u30fc\u30c9\u3067Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u5024\u3092\u4ee3\u5165\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n<p><strong>\u3010\u57fa\u672c\u5f62\u3011<\/strong><\/p>\n\n<pre class=\"wp-block-code\"><code>Range.Value = value    'Range\u3067\u6307\u5b9a\u3055\u308c\u305f\u30bb\u30eb\u306b\u65b0\u305f\u306a\u5024\uff08\u3053\u3053\u3067\u306fvalue\uff09\u3092\u66f8\u304d\u8fbc\u3080\n<\/code><\/pre>\n\n\n<p>\u5b9f\u969b\u306bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u3066\u7a7a\u767d\u306e\u30bb\u30eb\u306b\u5024\u3092\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3080\u5834\u5408\u3068\u3001\u65e2\u306b\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u30bb\u30eb\u306e\u4e2d\u8eab\u3092\u66f8\u304d\u63db\u3048\u308b\u5834\u5408\u306b\u3064\u3044\u3066\u305d\u308c\u305e\u308c\u89e3\u8aac\u3057\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n\n\n<h3 id=\"outline__2_1\" class=\"wp-block-heading\">\u7a7a\u767d\u306e\u30bb\u30eb\u306b\u5024\u3092\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3080<\/h3>\n\n\n<p>\u65b0\u3057\u3044\u30b7\u30fc\u30c8\u3092\u4f5c\u6210\u3057\u3001\u305d\u306e\u30b7\u30fc\u30c8\u5185\u3067\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n<p><strong>\u3010\u5b9f\u884c\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\"><code>Sub Sample1()\n    Range(\"A1\").Value = \"\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f\u3002\"\nEnd Sub<\/code><\/pre>\n\n\n<p><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value1.png\" class=\"post-img\">\n\n\n<p>\u4e0a\u306e\u30b3\u30fc\u30c9\u3067\u306f\u4f55\u3082\u5024\u304c\u5165\u3063\u3066\u3044\u306a\u304b\u3063\u305fA1\u30bb\u30eb\u306e\u4e2d\u306b\u300c\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f\u3002\u300d\u3068\u3044\u3046\u6587\u5b57\u5217\u3092\u66f8\u304d\u8fbc\u3080\u51e6\u7406\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306b\u3088\u3063\u3066\u3001\u7a7a\u767d\u3060\u3063\u305f\u30bb\u30eb\u306b\u6587\u5b57\u5217\u304c\u5165\u308a\u307e\u3057\u305f\u306d\u3002<\/p>\n\n\n<h3 id=\"outline__2_2\" class=\"wp-block-heading\">\u65e2\u306b\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u30bb\u30eb\u306e\u5024\u3092\u4e0a\u66f8\u304d\u3059\u308b<\/h3>\n\n\n<p>\u6b21\u306b\u3001\u5148\u307b\u3069\u306e\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u305f\u30b7\u30fc\u30c8\u3067\u3001A1\u30bb\u30eb\u306b\u5165\u3063\u3066\u3044\u308b\u300cTechMania\u7de8\u96c6\u90e8\u300d\u306e\u6587\u5b57\u5217\u3092\u66f8\u304d\u63db\u3048\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n<p><strong>\u3010\u5b9f\u884c\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\"><code>Sub ValueChange()\n    Range(\"A1\").Value = \"\u30bb\u30eb\u306e\u4e2d\u8eab\u304c\u4e0a\u66f8\u304d\u3055\u308c\u307e\u3057\u305f\u3002\"\nEnd Sub<\/code><\/pre>\n\n\n<p><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value2.png\" class=\"post-img\">\n\n\n<p>A1\u30bb\u30eb\u306e\u4e2d\u8eab\u304c\u4e0a\u66f8\u304d\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u306e\u30b3\u30fc\u30c9\u3092\u898b\u6bd4\u3079\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u3001\u57fa\u672c\u7684\u306a\u30b3\u30fc\u30c9\u306e\u66f8\u304d\u65b9\u306f\u7a7a\u767d\u306e\u30bb\u30eb\u3067\u3082\u65e2\u306b\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u30bb\u30eb\u3067\u3082\u540c\u3058\u3067\u3059\u3002<\/p>\n\n\n<h3 id=\"outline__2_3\" class=\"wp-block-heading\">\u5fdc\u7528\u7de8: \u8907\u6570\u306e\u30bb\u30eb\u306e\u5024\u3092\u307e\u3068\u3081\u3066\u5909\u66f4\u3059\u308b<\/h3>\n\n\n<p>\u4eca\u5ea6\u306f\u8907\u6570\u306e\u30bb\u30eb\u3092\u307e\u3068\u3081\u3066\u51e6\u7406\u3057\u307e\u3059\u3002\u3053\u3053\u3067\u306f\u3001For&#8230;Next\u3068\u3044\u3046\u30b9\u30c6\u30fc\u30c8\u30e1\u30f3\u30c8\u3092\u4f7f\u3063\u3066\u7e70\u308a\u8fd4\u3057\u51e6\u7406\u3092\u3057\u3066\u3044\u304d\u307e\u3059\u3002\n\n<p><strong>\u3010\u5b9f\u884c\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\"><code>Sub ValueChange()\n    Range(\"A1\").Value = \"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u8a00\u8a9e\"\n    Range(\"B1\").Value = \"\u521d\u5fc3\u8005\u306b\u304a\u3059\u3059\u3081\u306e\u8a00\u8a9e\u30e9\u30f3\u30ad\u30f3\u30b0\"\n    Dim LangNames As Variant\n    LangNames = Array(\"PHP\", \"Ruby\", \"Java\", \"Python\", \"JavaScript\")\n    For Count = 1 To 5\n        Cells(Count + 1, 1).Value = LangNames(Count - 1)\n        Cells(Count + 1, 2).Value = Count\n    Next\nEnd Sub<\/code><\/pre>\n\n\n<p><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value3.png\" class=\"post-img\">\n\n\n<p>\u4eca\u56de\u306f\u3001\u3053\u3061\u3089\u306e\u8a18\u4e8b\uff08<a href=\"https:\/\/techmania.jp\/blog\/programming0001\/\">\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u8a00\u8a9e\u304a\u3059\u3059\u3081\u30e9\u30f3\u30ad\u30f3\u30b0TOP10\uff01\u5fb9\u5e95\u89e3\u8aac2024<\/a>\uff09\u3067\u53d6\u308a\u4e0a\u3052\u305f\u3001\u521d\u5fc3\u8005\u306b\u304a\u3059\u3059\u3081\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u8a00\u8a9e\u304b\u3089\u30d9\u30b9\u30c85\u3092\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n\n<p>\u4eca\u56de\u4f7f\u7528\u3057\u305fFor&#8230;Next\u30b9\u30c6\u30fc\u30c8\u30e1\u30f3\u30c8\u3084\u3001\u6761\u4ef6\u5206\u5c90\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u3067\u3001\u8907\u6570\u306e\u30bb\u30eb\u306e\u5024\u3092\u8907\u96d1\u306a\u6761\u4ef6\u3084\u898f\u5247\u306b\u5408\u308f\u305b\u3066\u66f8\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n<h2 id=\"outline__3\" class=\"wp-block-heading\">Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u7701\u7565\u3057\u3066\u3082\u3088\u3044\uff1f<\/h2>\n\n\n<p>\u3053\u3053\u307e\u3067Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u89e3\u8aac\u3057\u3066\u304d\u307e\u3057\u305f\u304c\u3001\u5b9f\u306fValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/p>\n\n<p>\u7701\u7565\u3057\u305f\u5834\u5408\u306e\u66f8\u304d\u65b9\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059\u3002<\/p>\n\n<p><strong>\u3010\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\"><code>Sub Sample2()\n    Range(\"A1\")= \".Value\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059\u3002\"\nEnd Sub<\/code><\/pre>\n\n\n<p><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value4.png\" class=\"post-img\">\n\n\n<p>\u7701\u7565\u3067\u304d\u308b\u306a\u3089\u308f\u3056\u308f\u3056\u66f8\u304b\u306a\u304f\u3066\u3082\u3044\u3044\u3093\u3058\u3083\u306a\u3044\u306e\uff1f\u3068\u601d\u308f\u308c\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3001Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u7701\u7565\u305b\u305a\u306b\u66f8\u304f\u306e\u3082\u3001\u7701\u7565\u3057\u3066\u66f8\u304b\u306a\u3044\u306e\u3082\u6b63\u3057\u3044\u66f8\u304d\u65b9\u3067\u3059\u3002\u3069\u3061\u3089\u306e\u65b9\u6cd5\u3067\u66f8\u304f\u304b\u306f\u3001\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u3068\u304d\u306b\u512a\u5148\u3057\u305f\u3044\u3053\u3068\u304c\u4f55\u306a\u306e\u304b\u306b\u3088\u3063\u3066\u6c7a\u3081\u308b\u3068\u826f\u3044\u3067\u3057\u3087\u3046\u3002<\/p>\n\n<p><strong>\u3010\u7701\u7565\u305b\u305a\u306b.Value\u3092\u66f8\u304f\u30e1\u30ea\u30c3\u30c8\u3011<\/strong><\/p>\n<p>Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u7701\u7565\u305b\u305a\u306b\u66f8\u304f\u30e1\u30ea\u30c3\u30c8\u306f\u3001\u305d\u306e\u30b3\u30fc\u30c9\u304c\u4f55\u3092\u3057\u3066\u3044\u308b\u306e\u304b\u304c\u3088\u308a\u4f1d\u308f\u308a\u3084\u3059\u3044\u5f62\u306b\u306a\u308b\u3053\u3068\u3067\u3059\u3002\u4f55\u5ea6\u3082\u4f7f\u7528\u3059\u308b\u30de\u30af\u30ed\u3084\u3001\u4ed6\u306e\u4eba\u304c\u30b3\u30fc\u30c9\u3092\u7de8\u96c6\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u5834\u5408\u306a\u3069\u306b\u306f\u3001Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u660e\u793a\u3059\u308b\u3053\u3068\u3067\u8aad\u307f\u3084\u3059\u304f\u306a\u308a\u3001\u30df\u30b9\u3092\u9632\u3050\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p><strong>\u3010.Value\u3092\u7701\u7565\u3057\u3066\u66f8\u304b\u306a\u3044\u5834\u5408\u306e\u30e1\u30ea\u30c3\u30c8\u3011<\/strong><\/p>\n<p>Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u7701\u7565\u3059\u308b\u30e1\u30ea\u30c3\u30c8\u306f\u3001\u7121\u99c4\u306a\u30b3\u30fc\u30c9\u304c\u6e1b\u308b\u3053\u3068\u3067\u51e6\u7406\u3092\u66f8\u304f\u3046\u3048\u3067\u306e\u6642\u9593\u77ed\u7e2e\u3084\u6587\u5b57\u6570\u306e\u524a\u6e1b\u306b\u306a\u308b\u3053\u3068\u3067\u3059\u3002\u983b\u7e41\u306b\u89e6\u308b\u3053\u3068\u306e\u306a\u3044\u30b3\u30fc\u30c9\u3084\u3001\u4e00\u5ea6\u304d\u308a\u3067\u4f7f\u3044\u6368\u3066\u308b\u3088\u3046\u306a\u30b3\u30fc\u30c9\u306e\u5834\u5408\u306b\u306f\u3001\u7701\u7565\u3057\u305f\u66f8\u304d\u65b9\u3067\u3082\u826f\u3044\u3067\u3057\u3087\u3046\u3002<\/p>\n\n<p>\u4f55\u3088\u308a\u3082\u5927\u4e8b\u306a\u3053\u3068\u306f\u3001\u3069\u3061\u3089\u306e\u66f8\u304d\u65b9\u3092\u4f7f\u3046\u304b\u3092\u6c7a\u3081\u3066\u3001\u305d\u306e\u30b3\u30fc\u30c9\u306e\u4e2d\u3067\u306f\u66f8\u304d\u65b9\u3092\u7d71\u4e00\u3059\u308b\u3053\u3068\u3067\u3059\u3002\u7279\u306b\u983b\u7e41\u306b\u8aad\u307f\u66f8\u304d\u3059\u308b\u6a5f\u4f1a\u306e\u3042\u308b\u30b3\u30fc\u30c9\u306e\u5834\u5408\u306f\u3001\u30b3\u30fc\u30c9\u306e\u8a18\u6cd5\u3092\u7d71\u4e00\u3059\u308b\u3053\u3068\u3067\u8aad\u307f\u9593\u9055\u3048\u305f\u308a\u66f8\u304d\u9593\u9055\u3048\u305f\u308a\u3059\u308b\u30ea\u30b9\u30af\u304c\u6e1b\u308a\u3001\u52b9\u7387\u7684\u306b\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n<h2 id=\"outline__4\" class=\"wp-block-heading\">Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u3044\u3053\u306a\u305d\u3046\uff01<\/h2>\n\n\n<p>\u3053\u3053\u3067\u306fValue\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u305f\u30bb\u30eb\u306e\u5024\u306e\u53d6\u5f97\u3084\u66f8\u304d\u8fbc\u307f\u30fb\u66f8\u304d\u63db\u3048\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3057\u305f\u3002\u7279\u306bValue\u306fExcel VBA\u3092\u4f7f\u3063\u3066\u3044\u308b\u3068\u983b\u7e41\u306b\u4f7f\u7528\u3059\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u306a\u306e\u3067\u3001\u305c\u3072\u4f7f\u3044\u3053\u306a\u3057\u307e\u3057\u3087\u3046\uff01<\/p>\n\n\n<h2 id=\"outline__5\" class=\"wp-block-heading\">\u95a2\u9023\u8a18\u4e8b<\/h2>\n\n\n<ul>\n<li><a href=\"https:\/\/techmania.jp\/blog\/vba0001\/\" target=\"_blank\" rel=\"noopener\">VBA\u3068\u306f<\/a><\/li>\n<li><a href=\"https:\/\/techmania.jp\/blog\/excel-function\/\" target=\"_blank\" rel=\"noopener\">Excel\u3067\u899a\u3048\u3066\u304a\u304f\u3079\u304d17\u306e\u57fa\u672c\u95a2\u6570\u3068\u76ee\u7684\u5225\u9006\u5f15\u304d\u4e00\u89a7<\/a><\/li>\n<li><a href=\"https:\/\/techmania.jp\/blog\/vba-autofilter\/\" target=\"_blank\" rel=\"noopener\">\u30aa\u30fc\u30c8\u30d5\u30a3\u30eb\u30bf\u30fc\u306e\u8a2d\u5b9a\u30fb\u89e3\u9664\u65b9\u6cd5<\/a><\/li>\n<li><a href=\"https:\/\/techmania.jp\/blog\/excel-vba-msgbox\/\" target=\"_blank\" rel=\"noopener\">\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u306e\u8a2d\u5b9a\u65b9\u6cd5<\/a><\/li>\n<\/ul>\n\n\n<h2 id=\"outline__6\" class=\"wp-block-heading\">VBA\u306e\u52c9\u5f37\u65b9\u6cd5\u306f\uff1f<\/h2>\n\n\n<p>\u66f8\u7c4d\u3084\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3067\u5b66\u7fd2\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059\u3002\u6628\u4eca\u3067\u306f\u3001YouTube\u306a\u3069\u306e\u52d5\u753b\u30b5\u30a4\u30c8\u3084\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30b5\u30a4\u30c8\u306a\u3069\u3082\u5145\u5b9f\u3057\u3066\u3044\u3066\u591a\u304f\u306e\u60c5\u5831\u304c\u624b\u306b\u5165\u308a\u307e\u3059\u3002<br \/>\u305d\u3057\u3066\u3001\u3088\u308a\u52b9\u7387\u7684\u306b\u77e5\u8b58\u30fb\u30b9\u30ad\u30eb\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u77e5\u8b58\u3092\u3064\u3051\u306a\u304c\u3089\u5b9f\u969b\u306b\u624b\u3092\u52d5\u304b\u3057\u3066\u307f\u308b\u306a\u3069\u3001\u30a4\u30f3\u30d7\u30c3\u30c8\u3068\u30a2\u30a6\u30c8\u30d7\u30c3\u30c8\u3092\u7e70\u308a\u8fd4\u3057\u3066\u3044\u304f\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002\u7279\u306b\u72ec\u5b66\u306e\u5834\u5408\u306f\u3001\u6709\u8b58\u8005\u306b\u8cea\u554f\u304c\u3067\u304d\u305f\u308a\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u3082\u3089\u3048\u308b\u3088\u3046\u306a\u74b0\u5883\u304c\u3042\u308b\u3068\u3001\u7406\u89e3\u5ea6\u304c\u6df1\u307e\u308b\u3067\u3057\u3087\u3046\u3002<\/p>\n<p>\u305f\u3060\u3001VBA\u306b\u9650\u3089\u305a\u3001IT\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u3064\u3051\u308b\u969b\u3001\u3069\u3046\u3057\u3066\u3082\u8ab2\u984c\u306b\u3076\u3064\u304b\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u306f\u3042\u308a\u307e\u3059\u3088\u306d\u3002\u7279\u306b\u72ec\u5b66\u3060\u3068\u3001\u308f\u304b\u3089\u306a\u3044\u90e8\u5206\u3092\u30d7\u30ed\u306b\u8cea\u554f\u3067\u304d\u308b\u6a5f\u4f1a\u3092\u78ba\u4fdd\u3057\u306b\u304f\u304f\u3001\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u304c\u7d9a\u304d\u306b\u304f\u3044\u3068\u3044\u3046\u5074\u9762\u304c\u3042\u308a\u307e\u3059\u3002\u72ec\u5b66\u3067\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u3092\u7dad\u6301\u3059\u308b\u81ea\u4fe1\u304c\u306a\u3044\u4eba\u306b\u306f\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30b9\u30af\u30fc\u30eb\u3068\u3044\u3046\u624b\u3082\u3042\u308a\u307e\u3059\u3002\u8cbb\u7528\u306f\u639b\u304b\u308a\u307e\u3059\u304c\u3001\u305d\u306e\u5206\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u3064\u3051\u3084\u3059\u3044\u3067\u3059\u3002\u3057\u3063\u304b\u308a\u3068\u77e5\u8b58\u30fb\u30b9\u30ad\u30eb\u3092\u7fd2\u5f97\u3057\u3066\u5b9f\u8df5\u306b\u6d3b\u304b\u3057\u305f\u3044\u3068\u3044\u3046\u4eba\u306f\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30b9\u30af\u30fc\u30eb\u304c\u304a\u3059\u3059\u3081\u3067\u3059\u3002<\/p>\n<p><span class=\"markerYellow\"><strong>\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30b9\u30af\u30fc\u30eb\u306a\u3089\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u304c\u304a\u3059\u3059\u3081\uff01<\/strong><\/span><\/p>\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/yuudou.png\" class=\"post-img\">\n\n\n<p>IT\u30b9\u30ad\u30eb\u9700\u8981\u306e\u9ad8\u307e\u308a\u3068\u3068\u3082\u306b\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30b9\u30af\u30fc\u30eb\u3082\u5897\u3048\u307e\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u3069\u306e\u30b9\u30af\u30fc\u30eb\u306b\u901a\u3046\u3079\u304d\u304b\u8ff7\u3063\u3066\u3057\u307e\u3046\u4eba\u3082\u3044\u308b\u3067\u3057\u3087\u3046\u3002\u305d\u3093\u306a\u65b9\u306b\u306f\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\uff01\u3053\u308c\u307e\u3067\u591a\u304f\u306eIT\u30a8\u30f3\u30b8\u30cb\u30a2\u3092\u80b2\u6210\u30fb\u8f29\u51fa\u3057\u3066\u304d\u305f\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u3067\u3082\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30b9\u30af\u30fc\u30eb\u3092\u958b\u8b1b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<div class=\"bgBox\">\n<p><strong>\uff1c\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u306e\u7279\u5fb4\uff1e<\/strong><br \/><strong>\u30fb\u305f\u3057\u304b\u306a\u80b2\u6210\u5b9f\u7e3e\u3068\u89aa\u8eab\u306a\u6559\u80b2\u3000\uff5e\u30bb\u30ab\u30f3\u30c9\u30ad\u30e3\u30ea\u30a2\u3092\u5168\u529b\u652f\u63f4\uff5e<\/strong><br \/><strong>\u30fb\u8b1b\u5e2b\u304c\u73fe\u5f79\u30a8\u30f3\u30b8\u30cb\u30a2\u3000\uff5e\u201c\u672c\u5f53\u201d\u306e\u958b\u767a\u30ce\u30a6\u30cf\u30a6\u3092\u76f4\u306b\u5b66\u3079\u308b\uff5e<\/strong><br \/><strong>\u30fb\u5c02\u5c5e\u8b1b\u5e2b\u304c\u5b66\u7fd2\u3092\u5fb9\u5e95\u30b5\u30dd\u30fc\u30c8\u3000\uff5e\u300c\u308f\u304b\u3089\u306a\u3044\u300d\u3092\u5fb9\u5e95\u89e3\u6c7a\uff5e<\/strong><br \/><strong>\u30fb\u5b9f\u52d9\u30d9\u30fc\u30b9\u3067\u30b9\u30ad\u30eb\u3092\u7fd2\u5f97\u3000\uff5e\u5b9f\u8df5\u7684\u306a\u51dd\u7e2e\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\uff5e<\/strong><\/p>\n<\/div>\n<p>\u3053\u306e\u3088\u3046\u306a\u7279\u5fb4\u3092\u6301\u3064\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u306fIT\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u30b9\u30bf\u30fc\u30c8\u30e9\u30a4\u30f3\u3068\u3057\u3066\u6700\u9069\u3067\u3059\u3002<br \/>\u8a71\u3092\u805e\u304d\u305f\u3044\u30fb\u8a73\u3057\u304f\u77e5\u308a\u305f\u3044\u3068\u3044\u3046\u65b9\u306f<a href=\"https:\/\/techmania.jp\/lp\/2\" target=\"_blank\" rel=\"noopener\">\u3053\u3061\u3089<\/a>\u304b\u3089\u304a\u6c17\u8efd\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002<\/p>","protected":false},"excerpt":{"rendered":"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u6307\u5b9a\u3057\u305f\u30bb\u30eb\u306e\u73fe\u5728\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u7a7a\u767d\u306e\u30bb\u30eb\u3078\u66f8\u304d\u8fbc\u3080\u30fb\u30bb\u30eb\u306b\u5165\u3063\u3066\u3044\u308b\u5024\u3092\u4e0a\u66f8\u304d\u3059\u308b\u3068\u3044\u3063\u305f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 Value\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u5358\u72ec\u3067\u306f\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u969b\u306f\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u6301\u3063\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u547c\u3073\u51fa\u3059\u5fc5\u8981\u304c\u3042 [&hellip;]","protected":false},"author":11,"featured_media":7675,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"fifu_image_url":"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value0.png","fifu_image_alt":"\u3010Excel VBA\u3011Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac","footnotes":""},"categories":[1],"tags":[],"class_list":["post-7602","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u4f50\u3005\u6728\u96c4\u592a\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/techmania.jp\/blog\/excel-vba-value\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TechMania |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania\" \/>\n\t\t<meta property=\"og:description\" content=\"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/techmania.jp\/blog\/excel-vba-value\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1368\" \/>\n\t\t<meta property=\"og:image:height\" content=\"196\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-09-06T10:30:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-28T07:04:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#blogposting\",\"name\":\"\\u3010Excel VBA\\u3011\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308bValue\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac | TechMania\",\"headline\":\"\\u3010Excel VBA\\u3011\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308bValue\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac\",\"author\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/author\\\/yuuta-sasaki\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/web-img.rensa.jp.net\\\/rensa\\\/images\\\/techmania\\\/thumbnail\\\/images\\\/value0.png\",\"width\":599,\"height\":401,\"caption\":\"\\u3010Excel VBA\\u3011Value\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u3067\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308b\\u65b9\\u6cd5\\u3092\\u89e3\\u8aac\"},\"datePublished\":\"2024-09-06T19:30:50+09:00\",\"dateModified\":\"2025-04-28T16:04:03+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#webpage\"},\"articleSection\":\"Other\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog#listItem\",\"position\":1,\"name\":\"\\u30db\\u30fc\\u30e0\",\"item\":\"https:\\\/\\\/techmania.jp\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Other\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Other\",\"item\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#listItem\",\"name\":\"\\u3010Excel VBA\\u3011\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308bValue\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#listItem\",\"position\":3,\"name\":\"\\u3010Excel VBA\\u3011\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308bValue\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Other\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#organization\",\"name\":\"\\u682a\\u5f0f\\u4f1a\\u793e\\u30ec\\u30f3\\u30b5\",\"description\":\"\\u682a\\u5f0f\\u4f1a\\u793e\\u30ec\\u30f3\\u30b5\\u306f\\u3001\\u81ea\\u793e\\u30b3\\u30f3\\u30c6\\u30f3\\u30c4\\u904b\\u7528\\u3092\\u8ef8\\u306b\\u300c\\u30aa\\u30a6\\u30f3\\u30c9\\u30e1\\u30c7\\u30a3\\u30a2\\u904b\\u55b6\\u300d\\u300c\\u5404\\u30e1\\u30c7\\u30a3\\u30a2\\u306e\\u5e83\\u544a\\u904b\\u7528\\u300d\\u300c\\u30a8\\u30f3\\u30b8\\u30cb\\u30a2\\u306e\\u80b2\\u6210\\u300d\\u300c\\u30b7\\u30b9\\u30c6\\u30e0\\u30a8\\u30f3\\u30b8\\u30cb\\u30a2\\u30ea\\u30f3\\u30b0\\u4e8b\\u696d\\u300d\\u3092\\u5c55\\u958b\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\\u6e29\\u5ea6\\u3092\\u611f\\u3058\\u308b\\u30af\\u30ea\\u30a8\\u30a4\\u30c6\\u30a3\\u30d6\\u3068\\u30a8\\u30f3\\u30b8\\u30cb\\u30a2\\u30ea\\u30f3\\u30b0\\u3067\\u793e\\u4f1a\\u306b\\u8ca2\\u732e\\u3057\\u307e\\u3059\\u3002\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/\",\"telephone\":\"+81364575500\",\"foundingDate\":\"2011-02-18\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/web-img.rensa.jp.net\\\/images\\\/techmania\\\/thumbnail\\\/images\\\/logo2.webp\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/author\\\/yuuta-sasaki\\\/#author\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/author\\\/yuuta-sasaki\\\/\",\"name\":\"\\u4f50\\u3005\\u6728\\u96c4\\u592a\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd048d728a7dc6ebe5c48511a3c4ef7ca0686685b86e3ebd055929f361fc1f73?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u4f50\\u3005\\u6728\\u96c4\\u592a\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#webpage\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/\",\"name\":\"\\u3010Excel VBA\\u3011\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308bValue\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac | TechMania\",\"description\":\"Value\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u3068\\u306f\\uff1f Excel VBA\\u3067\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u308a\\u3001\\u65b0\\u305f\\u306b\\u66f8\\u304d\\u8fbc\\u3093\\u3060\\u308a\\u3057\\u305f\\u3044\\u3068\\u304d\\u306fValue\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/author\\\/yuuta-sasaki\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/author\\\/yuuta-sasaki\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/web-img.rensa.jp.net\\\/rensa\\\/images\\\/techmania\\\/thumbnail\\\/images\\\/value0.png\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#mainImage\",\"width\":599,\"height\":401,\"caption\":\"\\u3010Excel VBA\\u3011Value\\u30d7\\u30ed\\u30d1\\u30c6\\u30a3\\u3067\\u30bb\\u30eb\\u306e\\u5024\\u3092\\u53d6\\u5f97\\u30fb\\u4e0a\\u66f8\\u304d\\u3059\\u308b\\u65b9\\u6cd5\\u3092\\u89e3\\u8aac\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-value\\\/#mainImage\"},\"datePublished\":\"2024-09-06T19:30:50+09:00\",\"dateModified\":\"2025-04-28T16:04:03+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/\",\"name\":\"TechMania\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania","description":"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue","canonical_url":"https:\/\/techmania.jp\/blog\/excel-vba-value\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#blogposting","name":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania","headline":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac","author":{"@id":"https:\/\/techmania.jp\/blog\/author\/yuuta-sasaki\/#author"},"publisher":{"@id":"https:\/\/techmania.jp\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value0.png","width":599,"height":401,"caption":"\u3010Excel VBA\u3011Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac"},"datePublished":"2024-09-06T19:30:50+09:00","dateModified":"2025-04-28T16:04:03+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#webpage"},"isPartOf":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#webpage"},"articleSection":"Other"},{"@type":"BreadcrumbList","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog#listItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/techmania.jp\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/#listItem","name":"Other"}},{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/#listItem","position":2,"name":"Other","item":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#listItem","name":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac"},"previousItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog#listItem","name":"\u30db\u30fc\u30e0"}},{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#listItem","position":3,"name":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac","previousItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/#listItem","name":"Other"}}]},{"@type":"Organization","@id":"https:\/\/techmania.jp\/blog\/#organization","name":"\u682a\u5f0f\u4f1a\u793e\u30ec\u30f3\u30b5","description":"\u682a\u5f0f\u4f1a\u793e\u30ec\u30f3\u30b5\u306f\u3001\u81ea\u793e\u30b3\u30f3\u30c6\u30f3\u30c4\u904b\u7528\u3092\u8ef8\u306b\u300c\u30aa\u30a6\u30f3\u30c9\u30e1\u30c7\u30a3\u30a2\u904b\u55b6\u300d\u300c\u5404\u30e1\u30c7\u30a3\u30a2\u306e\u5e83\u544a\u904b\u7528\u300d\u300c\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u80b2\u6210\u300d\u300c\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u4e8b\u696d\u300d\u3092\u5c55\u958b\u3057\u3066\u3044\u307e\u3059\u3002\u6e29\u5ea6\u3092\u611f\u3058\u308b\u30af\u30ea\u30a8\u30a4\u30c6\u30a3\u30d6\u3068\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u3067\u793e\u4f1a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002","url":"https:\/\/techmania.jp\/blog\/","telephone":"+81364575500","foundingDate":"2011-02-18","logo":{"@type":"ImageObject","url":"https:\/\/web-img.rensa.jp.net\/images\/techmania\/thumbnail\/images\/logo2.webp","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#organizationLogo"},"image":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/techmania.jp\/blog\/author\/yuuta-sasaki\/#author","url":"https:\/\/techmania.jp\/blog\/author\/yuuta-sasaki\/","name":"\u4f50\u3005\u6728\u96c4\u592a","image":{"@type":"ImageObject","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/cd048d728a7dc6ebe5c48511a3c4ef7ca0686685b86e3ebd055929f361fc1f73?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u4f50\u3005\u6728\u96c4\u592a"}},{"@type":"WebPage","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#webpage","url":"https:\/\/techmania.jp\/blog\/excel-vba-value\/","name":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania","description":"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue","inLanguage":"ja","isPartOf":{"@id":"https:\/\/techmania.jp\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#breadcrumblist"},"author":{"@id":"https:\/\/techmania.jp\/blog\/author\/yuuta-sasaki\/#author"},"creator":{"@id":"https:\/\/techmania.jp\/blog\/author\/yuuta-sasaki\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/value0.png","@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#mainImage","width":599,"height":401,"caption":"\u3010Excel VBA\u3011Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac"},"primaryImageOfPage":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-value\/#mainImage"},"datePublished":"2024-09-06T19:30:50+09:00","dateModified":"2025-04-28T16:04:03+09:00"},{"@type":"WebSite","@id":"https:\/\/techmania.jp\/blog\/#website","url":"https:\/\/techmania.jp\/blog\/","name":"TechMania","inLanguage":"ja","publisher":{"@id":"https:\/\/techmania.jp\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"TechMania |","og:type":"article","og:title":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania","og:description":"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue","og:url":"https:\/\/techmania.jp\/blog\/excel-vba-value\/","og:image":"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png","og:image:secure_url":"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png","og:image:width":1368,"og:image:height":196,"article:published_time":"2024-09-06T10:30:50+00:00","article:modified_time":"2025-04-28T07:04:03+00:00","twitter:card":"summary","twitter:title":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac | TechMania","twitter:description":"Value\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u306f\uff1f Excel VBA\u3067\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u3057\u305f\u308a\u3001\u65b0\u305f\u306b\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3057\u305f\u3044\u3068\u304d\u306fValue","twitter:image":"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png"},"aioseo_meta_data":[],"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/techmania.jp\/blog\" title=\"\u30db\u30fc\u30e0\">\u30db\u30fc\u30e0<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/techmania.jp\/blog\/category\/uncategorized\/\" title=\"Other\">Other<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u30db\u30fc\u30e0","link":"https:\/\/techmania.jp\/blog"},{"label":"Other","link":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/"},{"label":"\u3010Excel VBA\u3011\u30bb\u30eb\u306e\u5024\u3092\u53d6\u5f97\u30fb\u4e0a\u66f8\u304d\u3059\u308bValue\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac","link":"https:\/\/techmania.jp\/blog\/excel-vba-value\/"}],"_links":{"self":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/7602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/comments?post=7602"}],"version-history":[{"count":56,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/7602\/revisions"}],"predecessor-version":[{"id":7717,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/7602\/revisions\/7717"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/media\/7675"}],"wp:attachment":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/media?parent=7602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/categories?post=7602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/tags?post=7602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}