Thumbnail of post image 098

Excel,VBA,画像処理

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

Thumbnail of post image 159

Excel,VBA,画像処理

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

Thumbnail of post image 040

Excel,VBA,画像処理

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

Thumbnail of post image 159

Excel,VBA,Windows API

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

Thumbnail of post image 051

Excel,VBA,Windows API

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

Thumbnail of post image 118

Excel,VBA,Windows API

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

Thumbnail of post image 157

Excel,VBA,Windows API

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

Thumbnail of post image 159

Excel,VBA,Windows API

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

Thumbnail of post image 087

Excel,VBA,Windows API

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

Thumbnail of post image 001

Excel,VBA

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

Thumbnail of post image 071

Excel,VBA,画像処理

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

Thumbnail of post image 190

Excel,VBA,Windows API

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

Thumbnail of post image 002

Excel,VBA,Windows API

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

Thumbnail of post image 072

AutoCAD,Excel,VBA

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