2011/01/30

hello function overhead

http://code.google.com/p/cowares-excel-hello/wiki/hello_function_overhead
how much overhead is there in calling a function in vba
VBAで関数呼び出しのオーバーヘッド負荷はどれぐらいあるか

bad collection

http://code.google.com/p/cowares-excel-hello/wiki/bad_collection
bad vba: collection object is not for thousands of data
失敗マクロ: VBAの Collection オブジェクトは大量のデータに向いてない

hello sort collection

http://code.google.com/p/cowares-excel-hello/wiki/hello_sort_collection
implements sort on collection in vba
VBAで Collection をソートする

2011/01/29

hello sort

http://code.google.com/p/cowares-excel-hello/wiki/hello_sort
implements sort functions in vba
VBAでソート関数を実装する

hello dimension

http://code.google.com/p/cowares-excel-hello/wiki/hello_dimension
how to improve the speed of writing excel cells in vba
VBAでエクセルのセルに高速書き込みを行う

2011/01/27

hello timeline

http://code.google.com/p/cowares-excel-hello/wiki/hello_timeline
a homing worksheet along a timeline
スケジュールを自動追尾するエクセルワークシート


2011/01/26

hello command

http://code.google.com/p/cowares-excel-hello/wiki/hello_command
how to execute a windows shell command in vba
VBAでウィンドウズのコマンドやプログラムを実行する

hello indicator 2

http://code.google.com/p/cowares-excel-hello/wiki/hello_indicator_2
how to use a notepad as an active indicator informing the progress in vba
VBAでメモ帳を使って進行状況をライブ表示する

hello indicator

http://code.google.com/p/cowares-excel-hello/wiki/hello_indicator
how to use an active indicator informing the progress in vba
VBAで進行状況をライブ表示する

2011/01/25

hello numberstring

http://code.google.com/p/cowares-excel-hello/wiki/hello_numberstring
implements NumberString worksheet function in vba
VBAで NumberString ワークシート関数を実装する

tool bar v2

http://code.google.com/p/cowares-excel-hello/wiki/tool_bar_v2
add a cusomized toolbar to your VBA macro
ツールバー付きの VBA マクロを簡単に作る


hello now

http://code.google.com/p/cowares-excel-hello/wiki/hello_now
show a tiny clock on excel, word and access
エクセル、ワード、アクセスに小さな時計を表示する

2011/01/23

bad objects array variant

http://code.google.com/p/cowares-excel-hello/wiki/bad_objects_array_variant
bad vba: variant denies to accept object sometimes
失敗マクロ: VBAの Variant 型は、たまに Object 型を受け付けない

2011/01/21

verify sheet input

http://code.google.com/p/cowares-excel-hello/wiki/verify_sheet_input
verify input for excel against a reference sheet
エクセルで別のシートを参照して入力のベリファイを行う

2011/01/19

bad implements

http://code.google.com/p/cowares-excel-hello/wiki/bad_implements
bad vba: implements is not for abstract
失敗マクロ: VBAの implements は抽象化に使えない

hello settings

http://code.google.com/p/cowares-excel-hello/wiki/hello_settings
use a same interface to keep user data in vba of Excel, Word and Access
エクセルとワードとアクセスのVBAで、共通のインターフェースを使い、ユーザーのデータを保持する

2011/01/06

hello http get html

http://code.google.com/p/cowares-excel-hello/wiki/hello_http_get_html

how to get html document from web using http in vba

VBAで http を使ってウェブから HTML 文書を取得する

hello http get 3

http://code.google.com/p/cowares-excel-hello/wiki/hello_http_get_3
how to get web pages asynchronouly in vba
VBAで、ウェブのページを非同期に取得する

2011/01/02

hello urlencode

http://code.google.com/p/cowares-excel-hello/wiki/hello_urlencode
how to do URL Encode and Decode in vba
VBAで URL エンコードとデコードを行う

2011/01/01

hello base64

http://code.google.com/p/cowares-excel-hello/wiki/hello_base64
how to encode and decode as Base64 (ASCII Armor) at a low level in vba
VBAで Base64 (ASCII Armor) のエンコードとデコードを低レベルに行う