ニュース

UTF8形式のCSVファイル(全角文字あり)をエクセルで開くと文字化けしてしまいます。いちいちエクセルからデータ取り込みするのも面倒なので、文字化けせず開くVBScriptを作成しました。 メモ帳にコードを貼り付け、エンコードをANSI(UTF8BOM付でも可?
今回の主役はVBScriptです。 インターネット経由で空港の気象情報を取り込み,取り込んだデータの中から気温と気圧をExcelシートに書き出します。 Excelの起動,セルへの書き出し,終了もVBScriptにやらせます。
2023年10月、ついにMicrosoftはVBScriptをWindowsの非推奨機能「Deprecated features for Windows client」に加えました。近い将来、オンデマンド機能に変更されて、その後、OSからも削除されるとのことです。 VBScriptが大好きだった筆者としては、2023年の重大残念ニュースの ...
定期的にExcelで作った資料をPDFに変換することがありまして… 複数のファイルを一つずつ開いてPDF保存を繰り返すのは、時間も手間もかかって、効率が良くないですよね。 なので今回は、Excelの標準機能を、Windowsの標準機能(もちろん無料)で操作して ...
Multithreading in VBA using VBScript. This repository is based on an article "Multithreading VBA using VBscript". I tried to do multithreading VBA more clear and structured. The main idea of the ...
> Desktop flows provide the **Resize columns/rows in Excel worksheet** action to facilitate the resizing of Excel columns and rows. This article shows an alternative way to resize Excel columns and ...
Right now, he manually exports the Access database to an Excel spreadsheet then imports it into Filemaker. The goal is to automate the process so that he can click a button in Filemaker and have the ...
Hey everyone, quick question here. I am looking for a method (literally) of searching an Excel "range," which seems to be the most commonly used type for doing various operations on a group of cells.