{"id":8140,"date":"2024-11-22T15:03:35","date_gmt":"2024-11-22T06:03:35","guid":{"rendered":"https:\/\/techmania.jp\/blog\/?p=8140"},"modified":"2024-11-26T17:09:42","modified_gmt":"2024-11-26T08:09:42","slug":"excel-vba-trim","status":"publish","type":"post","link":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/","title":{"rendered":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9\u30da\u30fc\u30b9\u3092\u524a\u9664\u3059\u308b\u6642\u306b\u4f7f\u3048\u308bTrim\u95a2\u6570\u306b\u3064\u3044\u3066\u8a73\u3057\u304f\u89e3\u8aac\u3057\u3066\u3044\u304d\u307e\u3059\uff01<\/p>\n\n\n\n<h2 id=\"outline__1\" class=\"wp-block-heading\">Trim\u95a2\u6570\u3068\u306f\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Trim\u95a2\u6570<\/strong>\u3068\u306f\u3001\u6587\u5b57\u5217\u306e\u5148\u982d\u3068\u672b\u5c3e\u306e\u7a7a\u767d\u3092\u524a\u9664\u3059\u308b\u95a2\u6570\u3067\u3059\u3002\u6587\u5b57\u5217\u306e\u4e2d\u306e\u7a7a\u767d\u6587\u5b57\u3092\u6b8b\u3057\u305f\u307e\u307e\u3001\u4f59\u767d\u3092\u524a\u9664\u3057\u305f\u3044\u5834\u5408\u306a\u3069\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Trim\u95a2\u6570\u3092\u4f7f\u3063\u3066\u7a7a\u767d\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3067\u3001Excel\u30b7\u30fc\u30c8\u4e0a\u306e\u30c7\u30fc\u30bf\u306e\u898b\u305f\u76ee\u304c\u63c3\u3063\u3066\u898b\u3084\u3059\u304f\u306a\u3063\u305f\u308a\u3001VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u51e6\u7406\u304c\u3057\u3084\u3059\u304f\u306a\u3063\u305f\u308a\u3068\u3044\u3063\u305f\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010Trim\u95a2\u6570\u306e\u51e6\u7406\u306e\u30a4\u30e1\u30fc\u30b8\u3011<\/strong><\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/vba_trim_fig.png\" class=\"post-img\">\n\n\n\n<p class=\"wp-block-paragraph\">\u4f7f\u7528\u3059\u308b\u969b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8a18\u8ff0\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u57fa\u672c\u69cb\u6587\u3011<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>Trim(string)<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5f15\u6570\u306e\u6587\u5b57\u5217\u306b<strong>Null\u5024<\/strong>\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5834\u5408\u306b\u306f\u3001Null\u304c\u8fd4\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<h3 id=\"outline__1_1\" class=\"wp-block-heading\">Trim\u95a2\u6570\u306e\u4f7f\u3044\u65b9<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u5177\u4f53\u7684\u306a\u4f7f\u3044\u65b9\u3092\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3067\u78ba\u8a8d\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Sub sampleTrim()\n\n\u3000Dim str As String\n\u3000str = \" Hello World!\u3000\"\n    \n\u3000MsgBox \"\u300cTrim\u524d\uff1a\" &amp; str &amp; \"\u300d\" &amp; vbCrLf &amp; _\n\u3000\u3000\u3000\u3000\u3000\"\u300cTrim\u5f8c\uff1a\" &amp; Trim(str) &amp; \"\u300d\"\n\nEnd Sub<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/vba_trim01.png\" class=\"post-img\">\n\n\n\n<p class=\"wp-block-paragraph\">\u6587\u5b57\u5217 &#8220;Hello World!&#8221; \u306e\u5148\u982d\u306b\u534a\u89d2\u30b9\u30da\u30fc\u30b9\u3092\u3001\u672b\u5c3e\u306b\u5168\u89d2\u30b9\u30da\u30fc\u30b9\u3092\u542b\u3081\u3066\u307f\u307e\u3057\u305f\u304c\u3001\u3069\u3061\u3089\u3082\u524a\u9664\u3055\u308c\u3066\u3044\u308b\u306e\u304c\u5206\u304b\u308b\u304b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u305f\u3060\u3057\u3001\u524a\u9664\u3055\u308c\u308b\u306e\u306f\u5148\u982d\u3068\u672b\u5c3e\u306e\u30b9\u30da\u30fc\u30b9\u306e\u307f\u306a\u306e\u3067\u3001\u6587\u5b57\u5217\u4e2d\u306e\u30b9\u30da\u30fc\u30b9\u306f\u305d\u306e\u307e\u307e\u6b8b\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h3 id=\"outline__1_2\" class=\"wp-block-heading\">LTrim\u95a2\u6570\u3001RTrim\u95a2\u6570\u3067\u7247\u5074\u306e\u4f59\u767d\u3060\u3051\u3092\u524a\u9664\u3059\u308b<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Trim\u95a2\u6570\u306f\u6587\u5b57\u5217\u306e\u524d\u5f8c\u306b\u3042\u308b\u30b9\u30da\u30fc\u30b9\u3092\u4e00\u5ea6\u306b\u524a\u9664\u3057\u307e\u3059\u304c\u3001\u3053\u306e\u307b\u304b\u306b<strong>\u5148\u982d<\/strong>\u3068<strong>\u672b\u5c3e<\/strong>\u306e\u305d\u308c\u305e\u308c\u7247\u65b9\u306e\u307f\u3092\u524a\u9664\u3059\u308b\u95a2\u6570\u3082\u5b58\u5728\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u30fb\u5148\u982d\u306e\u307f\u3092\u524a\u9664\u3057\u305f\u3044\u5834\u5408<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>LTrim(String)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u30fb\u672b\u5c3e\u306e\u307f\u3092\u524a\u9664\u3057\u305f\u3044\u5834\u5408<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>RTrim(String)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3067\u898b\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Sub sampleTrim2()\n\n\u3000Dim str As String\n\u3000str = \"\u3000Hello World!\u3000\"\n    \n\u3000MsgBox \"\u300cLTrim\uff1a\" &amp; LTrim(str) &amp; \"\u300d\" &amp; vbCrLf &amp; _\n\u3000\u3000\u3000\u3000\u3000\"\u300cRTrim\uff1a\" &amp; RTrim(str) &amp; \"\u300d\"\n\nEnd Sub<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/vba_trim02.png\" class=\"post-img\">\n\n\n\n<h2 id=\"outline__2\" class=\"wp-block-heading\">VBA\u3067\u4f59\u5206\u306a\u6539\u884c\u30fb\u30bf\u30d6\u30fb\u5168\u89d2\u30b9\u30da\u30fc\u30b9\u3092\u524a\u9664\u3059\u308b<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u5834\u5408\u306b\u3088\u3063\u3066\u306f\u3001VBA\u3092\u5229\u7528\u3057\u3066\u4f59\u5206\u306a\u6539\u884c\u3084\u30bf\u30d6\u3001\u6587\u5b57\u9593\u306e\u30b9\u30da\u30fc\u30b9\u306a\u3069\u3092\u524a\u9664\u3057\u305f\u3044\u6642\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u308c\u3089\u306fTrim\u95a2\u6570\u3067\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u306e\u3067\u3001\u4ee3\u308f\u308a\u306b<strong>Replace\u95a2\u6570<\/strong>\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Replace\u95a2\u6570\u3092\u4f7f\u3046\u3068\u6307\u5b9a\u3057\u305f\u6587\u5b57\u3092\u5225\u306e\u6587\u5b57\u306b\u7f6e\u63db\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3001\u6587\u5b57\u65700\u306e\u7a7a\u6587\u5b57\u306b\u7f6e\u63db\u3059\u308b\u3053\u3068\u3067\u4f59\u5206\u306a\u6587\u5b57\u3092\u524a\u9664\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3011<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Sub macro3()\n\n\u3000Dim str As String\n\u3000str = vbTab &amp; \"Hello\u3000World!\" &amp; vbCrLf\n    \n\u3000MsgBox \"\u300cReplace\u524d\uff1a\" &amp; str &amp; \"\u300d\" &amp; vbCrLf &amp; _\n\u3000\u3000\u3000\u3000\u3000\"\u300c\u30b9\u30da\u30fc\u30b9\u524a\u9664\uff1a\" &amp; Replace(str, \"\u3000\", \"\") &amp; \"\u300d\" &amp; vbCrLf &amp; _\n\u3000\u3000\u3000\u3000\u3000\"\u300c\u30bf\u30d6\u524a\u9664\uff1a\" &amp; Replace(str, vbTab, \"\") &amp; \"\u300d\" &amp; vbCrLf &amp; _\n\u3000\u3000\u3000\u3000\u3000\"\u300c\u6539\u884c\u524a\u9664\uff1a\" &amp; Replace(str, vbCrLf, \"\") &amp; \"\u300d\"\n\nEnd Sub<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u3010\u5b9f\u884c\u7d50\u679c\u3011<\/strong><\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/web-img.rensa.jp.net\/rensa\/images\/techmania\/thumbnail\/images\/vba_trim03.png\" class=\"post-img\">\n\n\n\n<h2 id=\"outline__3\" class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u4eca\u56de\u306f\u3001\u6587\u5b57\u5217\u306b\u542b\u307e\u308c\u308b\u7a7a\u767d\u306a\u3069\u3092VBA\u3067\u524a\u9664\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u89e3\u8aac\u3057\u3066\u304d\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u72b6\u6cc1\u306b\u5408\u308f\u305b\u3066\u3001Trim\u95a2\u6570\u3084Replace\u95a2\u6570\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u304d\u307e\u3057\u3087\u3046\uff01<\/p>\n\n\n\n<h2 id=\"outline__4\" 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<li><a href=\"https:\/\/techmania.jp\/blog\/excel-vba-value\/\">\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<\/a><\/li>\n<li><a href=\"https:\/\/techmania.jp\/blog\/excel-vba-function\/\">\u3010Excel VBA\u3011Function\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac\uff08\u5ba3\u8a00\u30fb\u5f15\u6570\u3001\u623b\u308a\u5024\u306e\u6307\u5b9a\u3001\u5fdc\u7528\u6cd5\uff09<\/a><\/li>\n<\/ul>\n\n\n<h2 id=\"outline__5\" 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":"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9\u30da\u30fc\u30b9\u3092\u524a\u9664\u3059\u308b\u6642\u306b\u4f7f\u3048\u308bTrim\u95a2\u6570\u306b\u3064\u3044\u3066\u8a73\u3057\u304f\u89e3\u8aac\u3057\u3066\u3044\u304d\u307e\u3059\uff01 Trim\u95a2\u6570\u3068\u306f\uff1f Trim\u95a2\u6570\u3068\u306f\u3001\u6587\u5b57\u5217\u306e\u5148\u982d\u3068\u672b\u5c3e\u306e\u7a7a\u767d\u3092\u524a\u9664\u3059\u308b\u95a2\u6570\u3067\u3059\u3002\u6587\u5b57\u5217\u306e\u4e2d\u306e\u7a7a\u767d\u6587\u5b57\u3092\u6b8b\u3057\u305f\u307e\u307e\u3001\u4f59\u767d\u3092\u524a\u9664\u3057\u305f\u3044\u5834\u5408\u306a\u3069\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002 Trim\u95a2\u6570\u3092\u4f7f\u3063\u3066\u7a7a\u767d\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3067\u3001Excel\u30b7\u30fc\u30c8\u4e0a\u306e [&hellip;]","protected":false},"author":11,"featured_media":8142,"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\/vba_trim.png","fifu_image_alt":"\u3010Excel VBA\u3011\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308bTrim\u95a2\u6570\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac","footnotes":""},"categories":[1],"tags":[],"class_list":["post-8140","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=\"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9\" \/>\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-trim\/\" \/>\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=\"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania\" \/>\n\t\t<meta property=\"og:description\" content=\"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/techmania.jp\/blog\/excel-vba-trim\/\" \/>\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-11-22T06:03:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-11-26T08:09:42+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania\" \/>\n\t\t<meta name=\"twitter:description\" content=\"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9\" \/>\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-trim\\\/#blogposting\",\"name\":\"\\u3010VBA\\u3011Trim\\u95a2\\u6570\\u3067\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308b | TechMania\",\"headline\":\"\\u3010VBA\\u3011Trim\\u95a2\\u6570\\u3067\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308b\",\"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\\\/vba_trim.png\",\"width\":599,\"height\":401,\"caption\":\"\\u3010Excel VBA\\u3011\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308bTrim\\u95a2\\u6570\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac\"},\"datePublished\":\"2024-11-22T15:03:35+09:00\",\"dateModified\":\"2024-11-26T17:09:42+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#webpage\"},\"articleSection\":\"Other\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#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-trim\\\/#listItem\",\"name\":\"\\u3010VBA\\u3011Trim\\u95a2\\u6570\\u3067\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#listItem\",\"position\":3,\"name\":\"\\u3010VBA\\u3011Trim\\u95a2\\u6570\\u3067\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Other\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#organization\",\"name\":\"TechMania\",\"description\":\"\\u30a8\\u30f3\\u30b8\\u30cb\\u30a2\\uff06\\u30af\\u30ea\\u30a8\\u30a4\\u30bf\\u30fc\\u306e\\u6848\\u4ef6\\u30fb\\u6c42\\u4eba\\u30fb\\u30b9\\u30af\\u30fc\\u30eb\\u30b5\\u30a4\\u30c8\\u3010\\u30c6\\u30c3\\u30af\\u30de\\u30cb\\u30a2\\u3011\\u3002\\u8ee2\\u8077\\u652f\\u63f4\\u3084\\u30d5\\u30ea\\u30fc\\u30e9\\u30f3\\u30b9\\u5411\\u3051\\u306e\\u6848\\u4ef6\\u60c5\\u5831\\u3001\\u696d\\u754c\\u30d6\\u30ed\\u30b0\\u306a\\u3069\\u3084\\u52c9\\u5f37\\u4f1a\\u30bb\\u30df\\u30ca\\u30fc\\u3092\\u901a\\u3058\\u3066\\u30a8\\u30f3\\u30b8\\u30cb\\u30a2\\u3084\\u30af\\u30ea\\u30a8\\u30a4\\u30bf\\u30fc\\u306e\\u30b9\\u30ad\\u30eb\\u30a2\\u30c3\\u30d7\\u3084\\u6210\\u9577\\u306b\\u8ca2\\u732e\\u3055\\u305b\\u3066\\u3044\\u305f\\u3060\\u304d\\u307e\\u3059\\u3002\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logo2.png\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#organizationLogo\",\"width\":1368,\"height\":196},\"image\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#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-trim\\\/#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-trim\\\/#webpage\",\"url\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/\",\"name\":\"\\u3010VBA\\u3011Trim\\u95a2\\u6570\\u3067\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308b | TechMania\",\"description\":\"VBA\\u3067\\u6587\\u5b57\\u5217\\u3092\\u6271\\u3046\\u969b\\u3001\\u4e0d\\u8981\\u306a\\u7a7a\\u767d\\u3092\\u524a\\u9664\\u3057\\u305f\\u3044\\uff01\\u3068\\u611f\\u3058\\u308b\\u77ac\\u9593\\u306f\\u3042\\u308a\\u307e\\u305b\\u3093\\u304b\\uff1f \\u3053\\u306e\\u8a18\\u4e8b\\u3067\\u306f\\u3001VBA\\u3067\\u6587\\u5b57\\u5217\\u306e\\u30b9\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#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\\\/vba_trim.png\",\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#mainImage\",\"width\":599,\"height\":401,\"caption\":\"\\u3010Excel VBA\\u3011\\u7a7a\\u767d\\u6587\\u5b57\\u3092\\u524a\\u9664\\u3059\\u308bTrim\\u95a2\\u6570\\u306e\\u4f7f\\u3044\\u65b9\\u3092\\u89e3\\u8aac\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/techmania.jp\\\/blog\\\/excel-vba-trim\\\/#mainImage\"},\"datePublished\":\"2024-11-22T15:03:35+09:00\",\"dateModified\":\"2024-11-26T17:09:42+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":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania","description":"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9","canonical_url":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#blogposting","name":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania","headline":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b","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\/vba_trim.png","width":599,"height":401,"caption":"\u3010Excel VBA\u3011\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308bTrim\u95a2\u6570\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac"},"datePublished":"2024-11-22T15:03:35+09:00","dateModified":"2024-11-26T17:09:42+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#webpage"},"isPartOf":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#webpage"},"articleSection":"Other"},{"@type":"BreadcrumbList","@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#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-trim\/#listItem","name":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog#listItem","name":"\u30db\u30fc\u30e0"}},{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#listItem","position":3,"name":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b","previousItem":{"@type":"ListItem","@id":"https:\/\/techmania.jp\/blog\/category\/uncategorized\/#listItem","name":"Other"}}]},{"@type":"Organization","@id":"https:\/\/techmania.jp\/blog\/#organization","name":"TechMania","description":"\u30a8\u30f3\u30b8\u30cb\u30a2\uff06\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u306e\u6848\u4ef6\u30fb\u6c42\u4eba\u30fb\u30b9\u30af\u30fc\u30eb\u30b5\u30a4\u30c8\u3010\u30c6\u30c3\u30af\u30de\u30cb\u30a2\u3011\u3002\u8ee2\u8077\u652f\u63f4\u3084\u30d5\u30ea\u30fc\u30e9\u30f3\u30b9\u5411\u3051\u306e\u6848\u4ef6\u60c5\u5831\u3001\u696d\u754c\u30d6\u30ed\u30b0\u306a\u3069\u3084\u52c9\u5f37\u4f1a\u30bb\u30df\u30ca\u30fc\u3092\u901a\u3058\u3066\u30a8\u30f3\u30b8\u30cb\u30a2\u3084\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u306e\u30b9\u30ad\u30eb\u30a2\u30c3\u30d7\u3084\u6210\u9577\u306b\u8ca2\u732e\u3055\u305b\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002","url":"https:\/\/techmania.jp\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/techmania.jp\/blog\/wp-content\/uploads\/2023\/07\/logo2.png","@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#organizationLogo","width":1368,"height":196},"image":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#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-trim\/#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-trim\/#webpage","url":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/","name":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania","description":"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9","inLanguage":"ja","isPartOf":{"@id":"https:\/\/techmania.jp\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#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\/vba_trim.png","@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#mainImage","width":599,"height":401,"caption":"\u3010Excel VBA\u3011\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308bTrim\u95a2\u6570\u306e\u4f7f\u3044\u65b9\u3092\u89e3\u8aac"},"primaryImageOfPage":{"@id":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/#mainImage"},"datePublished":"2024-11-22T15:03:35+09:00","dateModified":"2024-11-26T17:09:42+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":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania","og:description":"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9","og:url":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/","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-11-22T06:03:35+00:00","article:modified_time":"2024-11-26T08:09:42+00:00","twitter:card":"summary","twitter:title":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b | TechMania","twitter:description":"VBA\u3067\u6587\u5b57\u5217\u3092\u6271\u3046\u969b\u3001\u4e0d\u8981\u306a\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u3044\uff01\u3068\u611f\u3058\u308b\u77ac\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001VBA\u3067\u6587\u5b57\u5217\u306e\u30b9","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\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b\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":"\u3010VBA\u3011Trim\u95a2\u6570\u3067\u7a7a\u767d\u6587\u5b57\u3092\u524a\u9664\u3059\u308b","link":"https:\/\/techmania.jp\/blog\/excel-vba-trim\/"}],"_links":{"self":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/8140","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=8140"}],"version-history":[{"count":3,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/8140\/revisions"}],"predecessor-version":[{"id":8167,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/posts\/8140\/revisions\/8167"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/media\/8142"}],"wp:attachment":[{"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/media?parent=8140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/categories?post=8140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techmania.jp\/blog\/wp-json\/wp\/v2\/tags?post=8140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}