This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

理財方法很多但知易行難,個性和知識是決定荷包的關鍵


Album | Blog | Comment | Profile | Control Panel
標題列表  簡短摘要
pumpkin168 | 28 May,2009 10:49

我们知道excel中有强大的函数和图表,但是还有更为强大的扩展功能那就是VBA。VBA给我们更多的空间去解决很多看似不可能的事情,比如自动处理大批量的文件,自定义函数,甚至开发出针对某一问题的解决方案。
VBA代码我们称之为宏代码,宏代码一般可以存储在个人宏工作簿也就是personal.xls(或personal.xlsx在excel2007中),或者直接存储在某个工作簿中。将宏代码存储在个人宏工作簿中优点很多,默认情况下personal.xls是默认打开的,这样就可以在任何工作簿中使用个人宏工作簿中的宏,而存储在某一工作簿中要使用其中的宏必须将其打开,并且它没有个人宏工作簿的存储位置固定,使用稍微不便。

(Read More...)

pumpkin168 | 20 February,2008 13:54

一個位元組   2^8=256   
兩個位元組   2^16=65536   
(Read More...)