以前の記事でExcel機能の関数を紹介しましたが、ほしい機能がないことも多数あります。 そこで今回の記事では自分専用の関数を自作します。 VBAで記載する処理をプロシージャと呼び、主に3種類あります。 【プロシージャ一覧】 Subプロシージャ ...
初心者のうちは、Fubctionもそうですが、配列も苦手な分野です。 ましてや、Fubctionと配列を合体など、とんでもない事ですね。 でも意外とカンタンです。 Functionと配列を合体させる こんにちは。伊川(@naonaoke)です。 侍エンジニアのサイトでは、最後に、配列 ...
I have recently been messing with a small piece of code in VBA-Access that can send / recieve small text-strings over a network. I finally got it to work, but forgot to think ahead :facepalm: . Right ...
REDUCE allows you to iterate through your data, building your result step-by-step, in the same way a loop operates in a ...
Composite functions are made when the output from one function is used as the input of another function. The names of the functions are written next to each other, with the function that is used first ...