ニュース

テキストファイルの情報も、特定の形式で記述してあればExcelにそのまま読み出すことができます。代表的なのが、「csv(comma-separatedvalue)」と呼ばれる形式です。名前の通り、半角のカンマで各項目を区切ります。 Excelに入力したいデータがテキストファイル上にあるのなら、項目ごとに ...
I would like to take an existing text file (approx 4 megs in size) and manipulate it with VB or VBA (from inside Access in that case) and then ideally place it inside a table format, at the very ...