top of page
問の図書館

contact@wix.com
+123-456-789
© 2035 by The Clinic.Powered and secured by Wix
みんなで色々議論するネタの図書館!
pgbigoroku Library
URLをクリックすると、該当ブログ記事を表示します。
(Clicking the link will take you to the appropriate blog post.)
カテゴリ(category) | タイトル(JP) | タイトル(EN) | URL |
---|---|---|---|
クラス・モジュール利用(Class / Module Usage) | EXCEL VBA Rangeオブジェクトのアクセスを簡単にする。<clsRange> | Make Range object access easier <clsRange> | https://pgbigoroku.hatenablog.com/entry/2022/08/25/232622 |
クラス・モジュール利用(Class / Module Usage) | EXCEL VBA クラスモジュールの利用方法 | How to use class modules in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/135322 |
クラス・モジュール利用(Class / Module Usage) | EXCEL VBA クラス ファイルの入出力を変数のように容易に行う。 | Class: Treat file I/O like variables in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/142503 |
クラス・モジュール利用(Class / Module Usage) | EXCEL 実行ファイルを指定フォルダで起動するクラス、起動ソフトの終了タイミング取得可能<clsShell> | Class to launch executables and detect exit timing (clsShell) | https://pgbigoroku.hatenablog.com/entry/2022/08/17/222859 |
クラス・モジュール利用(Class / Module Usage) | EXCEL VBAクラス テキストのリスト機能(ADD,REMOVEの機能)<clsLstTxt> | Class with text list (ADD/REMOVE) functions <clsLstTxt> | https://pgbigoroku.hatenablog.com/entry/2022/08/18/001621 |
クラス・モジュール利用(Class / Module Usage) | EXCEL VBA クラス 無料ツールで複数のPDFファイルを1つのPDFファイルにまとめる。 | Class: Merge multiple PDFs into one using free tool | https://pgbigoroku.hatenablog.com/entry/2022/08/18/002253 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 複数シートを選択する | Select multiple sheets in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/22/162205 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 指定のセルにデータが入っているか確認します。 | Check if specific cell contains data in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/22/165014 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 全シートのオートフィルタ―の絞り込みを辞める | Remove AutoFilter filters from all sheets in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/23/142805 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 選択したセルすべてが結合セルの1つの場合 | Check if selected cells belong to a merged cell in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/23/161736 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA セルの場所指定をA1の文字列形式で取得する。 | Get cell address in A1 notation in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/25/001634 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 選択セルのデータを強制的に文字列化する('を付ける) | Force cell content to be string (add apostrophe) in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/30/235553 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 列の幅を別シートにコピーする | Copy column width to another sheet in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/09/11/234653 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 新しい行を指定行の下に追加後、指定行のデータをコピーする。 | Add new row below specified row and copy data in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/12/03/013417 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 指定したシートの特定の行を削除する | Delete specific row from specified sheet in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/12/03/181917 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 指定ブックについて全シートの選択セルの位置を左上に移動する。 | Move selection of all sheets to upper-left in target workbook | https://pgbigoroku.hatenablog.com/entry/2022/08/18/232729 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 指定ブックについて全シートのウィンドウを表示するビューを指定します。(標準、改ページ プレビュー、ページ レイアウト ビュー) | Set sheet view mode for all sheets in a workbook | https://pgbigoroku.hatenablog.com/entry/2022/08/18/234841 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA セルをダブルクリックした時に、データをクリップボードにコピーする。 | Copy cell content to clipboard on double-click | https://pgbigoroku.hatenablog.com/entry/2022/08/21/230133 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 指定したワークシート名が存在するか確認 | Check if a specified worksheet name exists in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/07/28/105756 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA BeforeDoubleClickのダブルクリックした位置整理 | Handle the position of the BeforeDoubleClick event in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/07/28/113748 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの情報を初期化する | Initialize sheet contents in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/05/164050 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの記載がある行に処理を書くテンプレート | Template for processing rows with data in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/05/173846 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 最終行を取得する | Get the last row in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/13/155625 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの中の部分表の値をコピーする。 | Copy partial table values in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/13/210036 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの中の部分表の値を並び替え | Sort partial table values in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/13/221102 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA 複数データがある場合に複数行に記入する | Write multiple lines for multiple data entries in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/13/224205 |
シ ート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シート全体の最終行番号と最終列番号を取得 | Get last row and column of entire sheet in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/14/140613 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの中の部分表の幅をコピーする | Copy width of partial table in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/14/193651 |
シート操作・セル操作(Sheet/Cell Operations) | EXCEL VBA シートの情報を初期化する。2 | Initialize sheet contents (ver. 2) in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/15/135816 |
データ処理・関数系(Data Processing / Functions) | EXCEL VBA 文字列検索をして1つ目の区切り位置までの値を取得 | Extract value up to first delimiter via string search in VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/23/161312 |
データ処理・関数系(Data Processing / Functions) | EXCEL VBA 文字を2つ比較して差分(削除・追加・変更)を出力する関数 | Compare two strings and output differences (add/delete/change) | https://pgbigoroku.hatenablog.com/entry/2025/05/14/211840 |
データ処理・関数系(Data Processing / Functions) | VBA アクティブシートの指定された2つの列を比較する(デバッグしきれてませんが動きますw) | Compare two columns in active sheet (debugged, but works) | https://pgbigoroku.hatenablog.com/entry/2025/05/16/004236 |
データ処理・関数系(Data Processing / Functions) | EXCEL VBA 完全なびごろく(笑) 行の数値を合計する。 | Sum numeric values in rows using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/12/184609 |
トラブル・Tips系(Troubleshooting / Tips) | EXCEL VBA クリップボードからセルにPaste時に「実行時エラー1004:この操作は結合したセルには行えません。」を回避する | Avoid runtime error 1004 when pasting into merged cells in VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/23/171554 |
トラブル・Tips系(Troubleshooting / Tips) | EXCEL エクセルのマクロを実行できない(ActiveXが動かない) | Excel macro won't run (ActiveX issue) | https://pgbigoroku.hatenablog.com/entry/2022/09/07/175756 |
トラブル・Tips系(Troubleshooting / Tips) | EXCELセキュリティに影響を及ぼす可能性のある問題点が検知されました | Security-related warning detected in Excel | https://pgbigoroku.hatenablog.com/entry/2022/08/18/073236 |
トラブル・Tips系(Troubleshooting / Tips) | EXCEL 環境 | Excel Environment Settings | https://pgbigoroku.hatenablog.com/entry/2022/08/19/105851 |
トラブル・Tips系(Troubleshooting / Tips) | EXCEL なぜだ?背景色や罫線が引けない??? | Why can’t I set background color or borders? | https://pgbigoroku.hatenablog.com/entry/2022/08/19/113247 |
トラブル・Tips系(Troubleshooting / Tips) | EXCEL VBA 印刷プレビューがCtrl+Vの画面と違う! | Print preview in Excel VBA differs from Ctrl+V output | https://pgbigoroku.hatenablog.com/entry/2022/08/20/234105 |
トラブル・Tips系(Troubleshooting / Tips) | EXCELの時間の足し算(sum)が合わない | Excel time sum doesn’t match | https://pgbigoroku.hatenablog.com/entry/2022/07/28/114651 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA ファイル名から拡張子を取得する | Get file extension from filename in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/12/03/011813 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA WordファイルををPDFへ変換 | Convert Word file to PDF using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/12/03/213928 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA ファイル名から拡張子を抜いた文字を取得する | Get filename without extension in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/12/03/220510 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA フォルダ名とファイル名が混在したフルパスからフォルダ名のみを取得 | Extract folder name from full path containing both folder and file | https://pgbigoroku.hatenablog.com/entry/2022/08/17/003818 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA フォルダの存在確認 | Check if a folder exists in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/005046 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA ファイルの存在確認 | Check if a file exists in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/005434 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA Windowsが提供しているTEMPフォルダを取得する | Get TEMP folder provided by Windows using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/090550 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA フォルダ名とファイル名からフルパスにする | Combine folder name and file name into full path | https://pgbigoroku.hatenablog.com/entry/2022/08/17/093728 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA 利用していないファイル名を取得 | Get an unused filename in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/17/094450 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA ファイルの存在確認(フォルダとファイル分けた状態から) | Check file existence with separate folder and file name | https://pgbigoroku.hatenablog.com/entry/2022/08/18/081031 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA ブック開く(ファイルを開くダイアログ表示) | Open a workbook via file dialog in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/18/112717 |
ファイル/フォルダ操作(File/Folder Operations) | VBA エクスプローラで指定フォルダを開く | Open a specified folder in Explorer using VBA | https://pgbigoroku.hatenablog.com/entry/2022/07/28/112752 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA サブフォルダを含めて検索する | Search including subfolders using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/07/28/225721 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA フォルダの存在確認 | Check if a folder exists using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/05/173021 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA フォルダ作成 | Create a folder using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/05/173125 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA 指定フォルダから、指定拡張子のファイルを返す(一番初めに見つかったファイル) | Return the first file with specified extension from a folder | https://pgbigoroku.hatenablog.com/entry/2022/08/13/143638 |
ファイル/フォルダ操作(File/Folder Operations) | EXCEL VBA 指定のブック名を開いているか確認する。 | Check if a specific workbook is open in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/15/091154 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA マクロを組むとき列番号の把握をしやすいよう、シートの1行目に列番号を記入する | Insert column numbers into row 1 to assist macro development | https://pgbigoroku.hatenablog.com/entry/2022/08/24/154418 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA マクロ実行速度を上げる | Speed up macro execution in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/18/160110 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA 文字列をクリップボードへ文字をコピー | Copy string to clipboard in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/19/002040 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA コピー&ペーストのショートカットキー割り当て | Assign shortcut keys to copy/paste in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/20/225929 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA 文字をクリップボードにコピー | Copy text to clipboard using Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/07/28/110204 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA 列の番号をA~Zの記号にする | Convert column number to A–Z notation in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/14/230217 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA コンボボックスに指定リストがあるか | Check if ComboBox contains a specified list in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/15/100527 |
ユーザー補助・UI操作(User Interaction/Helpers) | EXCEL VBA 現在開いているブック名をコンボボックスに入れる | Add name of currently open workbook to ComboBox in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/15/100724 |
辞書・コレクション(Dictionary / Collection) | EXCEL VBA コレクション コレクションのすべてのアイテムを削除する。 | Delete all items from a collection in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/25/094125 |
辞書・コレクション(Dictionary / Collection) | EXCEL VBA コレクション Itemのすべての文字を結合する。 | Concatenate all strings in a collection in Excel VBA | https://pgbigoroku.hatenablog.com/entry/2022/08/25/094908 |
辞書・コレクション(Dictionary / Collection) | EXCEL VBA ディクショナリーただそれだけ(作成中) | Excel VBA Dictionary – Simple usage (Work in progress) | https://pgbigoroku.hatenablog.com/entry/2022/08/15/205054 |
bottom of page