Thumbnail of post image 106

Excel,VBA,画像処理

本ページでは、VBAで読み込んだビットマップ(BMP)画像を内部的に処理して、各ピクセルの ...

Thumbnail of post image 177

Excel,VBA,画像処理

本ページではこれからVBAで画像処理を行う上で、最も重要な画像編集の対象となる画像ファイル ...

Thumbnail of post image 120

Excel,VBA,画像処理

VBAで「画像を扱いたい」と思う場面は少なくありませんが、標準機能ではリサイズや加工といっ ...

Thumbnail of post image 189

Excel,VBA,Windows API

MoveWindow関数 MoveWindow関数は、指定したウィンドウの位置(X,Y)と ...

Thumbnail of post image 160

Excel,VBA,Windows API

ShowWindow関数 ShowWindow関数は指定したウィンドウの表示状態を変更する ...

Thumbnail of post image 021

Excel,VBA,Windows API

GetNextWindow関数 GetNextWindow関数は、指定したウィンドウを基準 ...

Thumbnail of post image 020

Excel,VBA,Windows API

Windows APIでは各ウィンドウに設定されているウィンドウハンドルを使ってウィンドウ ...

Thumbnail of post image 100

Excel,VBA,Windows API

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

Thumbnail of post image 074

Excel,VBA,Windows API

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

Thumbnail of post image 175

Excel,VBA

Windows APIのURLDownloadToFile関数を利用すると、指定した UR ...

Thumbnail of post image 020

Excel,VBA,画像処理

ビットマップ(.bmp)画像は内部構造がシンプルで、一部のデータを除けば基本的にすべてがR ...

Thumbnail of post image 037

Excel,VBA,Windows API

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

Thumbnail of post image 079

Excel,VBA,Windows API

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

Thumbnail of post image 030

AutoCAD,Excel,VBA

本ページではExcel VBAでAutoCADを操作する方法を解説していきます。 Auto ...