2013年3月8日

【杂项】Set and let differences in VBA

摘要: Same:set and let could both be used to set variables. Like:set var1 = valuelet var2 = valueDifference:let is used to set nominal data types and could ... 阅读全文

posted @ 2013-03-08 16:14 醉清风JM 阅读(163) 评论(0) 推荐(0)

导航