Thumbnail of post image 032

Excel,VBA,Windows API

Windows APIのFindWindow関数を使うと、指定したウィンドウのハンドルを取 ...

Thumbnail of post image 052

Excel,VBA,Windows API

Windows APIのFindWindow関数を使うと、指定したウィンドウのハンドルを取 ...

Thumbnail of post image 118

Excel,VBA,Windows API

UserFormはタイトルバーをドラッグすることで移動することができますが、場合によっては ...

Thumbnail of post image 014

Excel,VBA,Windows API

VBAでプログレスバーを使用する際、多くの場合、ループ回数や工程が決まっている処理に対して ...

Thumbnail of post image 119

Excel,VBA,Windows API

通常VBAのUserFormは、Excelなどのアプリケーションウィンドウを親として作成さ ...

Thumbnail of post image 102

Excel,VBA,Windows API

VBAでメッセージボックスの「OK」や「キャンセル」ボタンの文字列を変更したいと思ったこと ...

Thumbnail of post image 000

C#,Excel,VBA,Windows API

漢字をひらがな/カタカナに変換したり、ひらがな/カタカナを漢字に変換したりしたい場合、Ex ...

Thumbnail of post image 120

Excel,VBA,Windows API

IsWindow関数 IsWindow関数は指定のウィンドウが存在するかを判定するための関 ...

Thumbnail of post image 148

Excel,VBA,Windows API

AppendMenu関数 AppendMenu関数は指定のメニューの末尾に新規の項目を作成 ...

Thumbnail of post image 166

Excel,VBA,Windows API

VBAのUserForm上で右クリックした時にコンテキストメニューを出したいという場面に出 ...

Thumbnail of post image 105

Excel,VBA,Windows API

DestroyMenu関数 DestroyMenu関数は指定したメニューを破棄し、メモリを ...

Thumbnail of post image 132

Excel,VBA,Windows API

CreatePopupMenu関数 CreatePopupMenu関数はドロップダウンメニ ...

Thumbnail of post image 006

Excel,VBA,Windows API

VBAマクロ開発時にユーザーに色を選択させたいという場面に出くわすことがあります。Exce ...

Thumbnail of post image 112

Excel,VBA,Windows API

VBAで日付を入力させる際にカレンダーから選択させたいという場面に出くわすことがあります。 ...