Thumbnail of post image 021

Excel,VBA,画像処理

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

Thumbnail of post image 172

Excel,VBA,画像処理

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

Thumbnail of post image 151

Excel,VBA,画像処理

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

Thumbnail of post image 192

Excel,VBA,画像処理

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

Thumbnail of post image 031

Excel,VBA,Windows API

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

Thumbnail of post image 068

Excel,VBA,Windows API

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

Thumbnail of post image 071

Excel,VBA,Windows API

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

Thumbnail of post image 099

Excel,VBA,Windows API

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

Thumbnail of post image 140

Excel,VBA,Windows API

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

Thumbnail of post image 199

Excel,VBA,Windows API

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

Thumbnail of post image 046

Excel,VBA

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

Thumbnail of post image 024

Excel,VBA,画像処理

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

Thumbnail of post image 183

Excel,VBA,Windows API

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

Thumbnail of post image 149

Excel,VBA,Windows API

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