摘要: Property Let StatementProperty Get StatementProperty Set StatementFrom: http://msdn.microsoft.com/en-us/library/aa266200(v=vs.60).aspxProperty Let Statement ExampleThis example uses the Property Let statement to define a procedure that assigns a value to a property. The property identifies the pen c 阅读全文
posted @ 2013-03-08 07:25 robinali 阅读(2094) 评论(0) 推荐(0)
摘要: IntroductionClasses are a very powerful tool in intermediate to advanced level VBA programming. This page is an introduction to what a class and an object are and will hopefully get you started working with classes. This is by no means a comprehensive guide. Entire books have been written about Obje 阅读全文
posted @ 2013-03-08 07:01 robinali 阅读(1224) 评论(0) 推荐(0)