advanced help
per page, with , order by , clip by
Results of 1 - 1 of about 19645 for 20�����������������������... (0.004 sec.)
[[20180926114517]]
#score: 2682
@digest: 2085d38876f433cf60bcf1f8fd558a2b
@id: 77365
@mdate: 2018-09-26T06:40:41Z
@size: 2717
@type: text/plain
#keywords: textfilefixedcolumnwidths (12049), textfiletabdelimiter (8972), textfileparsetype (8035), xlfixedwidth (7162), textfilesemicolondelimiter (6233), textfilespacedelimiter (6109), textfileconsecutivedelimiter (5981), querytable (5602), 部標 (5492), textfilecolumndatatypes (5131), textfilecommadelimiter (4557), ・固 (3952), textfilepromptonrefresh (3187), textfiletextqualifier (2877), xltextqualifierdoublequote (2850), textfilestartrow (2670), セミ (2670), ミコ (2625), textfileplatform (2532), xlinsertdeletecells (2489), fieldnames (2416), savepassword (2416), filladjacentformulas (2368), refreshperiod (2368), refreshonfileopen (2354), preserveformatting (2340), 部2 (2322), rownumbers (2306), savedata (2276), ブ区 (2202), adjustcolumnwidth (2179), refreshstyle (2127)
『QueryTableを使用について』(なおなお)
QueryTableを使用で,EXCELに書き出したデータの文字がセルにうまく入りません。 文字がセルに混合してセル単に分れません。 以下のVBAです。 どこの設定がおかしいのでしょうか。 .Name = "MDL_LIST_8" .FieldNames = True .RowNumbers = False .FillAdjacentFormulas = False .PreserveFormatting = True .RefreshOnFileOpen = False .RefreshStyle = xlInsertDeleteCells .SavePassword = False .SaveData = True .AdjustColumnWidth = True .RefreshPeriod = 0 .TextFilePromptOnRefresh = False .TextFilePlatform = 932 .TextFileStartRow = 1 .TextFileParseType = xlFixedWidth .TextFileTextQualifier = xlTextQualifierDoubleQuote .TextFileConsecutiveDelimiter = False .TextFileTabDelimiter = True .TextFileSemicolonDelimiter = True 'False .TextFileCommaDelimiter = False .TextFileSpaceDelimiter = False .TextFileColumnDataTypes = Array(1, 1, 1, 1, 1, 1.1) ' .TextFileFixedColumnWidths = Array(42, 20, 20, 20, 20, 20, 20) .TextFileTrailingMinusNumbers = True .Refresh BackgroundQuery:=False .Delete < 使用 Excel:Excel2007、使用 OS:Windows7 > ---- 詳しく見てないが、区切り文字で分割する場合は >.TextFileParseType = xlFixedWidth ではなく >.TextFileParseType = xlDelimited だが? (ねむねむ) 2018/09/26(水) 13:27 ---- 上記を変更したうえで問題が出たら、一度マクロの記録で処理を記録してみてはどうか? (ねむねむ) 2018/09/26(水) 13:29 ---- >Array(1, 1, 1, 1, 1, 1.1) ↓ Array(1, 1, 1, 1, 1, 1,1) ?? 全部標準みたいだけど・・。 (BJ) 2018/09/26(水) 13:32 ---- > .TextFileConsecutiveDelimiter = False > .TextFileTabDelimiter = True > .TextFileSemicolonDelimiter = True 'False > .TextFileCommaDelimiter = False > .TextFileSpaceDelimiter = False を削除して ' .TextFileFixedColumnWidths = Array(42, 20, 20, 20, 20, 20, 20) の行を生かすとどうなりますか? (seiya) 2018/09/26(水) 13:38 ---- 元となるテキストファイルは、どのような形式なのでしょう? .TextFileTabDelimiter = True ということは、タブ区切りを指定しているのですが、カンマ区切りとか、実際と違っているのでは? また、文字列として扱うならば、.TextFileColumnDataTypesの中身は全部2にすべきでしょうね。 (???) 2018/09/26(水) 15:24 ---- あ、セミコロンもTrueにしてますね。 実はセミコロンではない、とかでしょうねぇ。 どれか1つだけTrueにしましょう。 (???) 2018/09/26(水) 15:27 ---- 結局なおなおさんは区切り文字・固定長、どちらで区切りたいのだろうか? (ねむねむ) 2018/09/26(水) 15:40 ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/201809/20180926114517.txt - [detail] - similar
PREV NEXT
Powered by Hyper Estraier 1.4.13, with 97013 documents and 608132 words.

訪問者:カウンタValid HTML 4.01 Transitional