excel -senior vba lesson ,from 0 to 100

Description

excel function ,excel lesson

Shared by: Guihong
-
Stats
views:
5
posted:
11/29/2012
language:
English
pages:
1
Document Sample
scope of work template
							                        VBA LESSONS PART THREE: INTRODUCTION
                                  ADVANCED SKILLS

 This is Part Three of VBATutor. You should work through Part one and Part Two first.
The coding in Part Three uses more advanced programming techniques as discussed in Lesson 16 in Part Two. In
Parts One and Two I tried to keep the code simple by using one function per line, such as in this example below.

StrLength = Len(SName)                     ‘find the length of the string
SName = Left(SName, StrLength - 2)         ‘delete the last 2 characters from the string
Sname = Lcase(Sname)               ‘convert the string to lowercase

In Part Three much greater use is made of multiple functions within one line of code.
For example, the above code could be rewritten as …

SName = LCase(Left(SName, (Len(SName) - 2)))

This is what is referred to as ‘elegant’ programming. It is very code efficient, but it is more difficult for the
beginner programer to learn, so it is only being introduced here in Part Three.

In Part Three we will first look at some advanced data manipulation [searching, sorting and filtering]. We will
then continue on to some more advanced topics such as writing data to text files, using DDE to allow
communication between Office programs and producing advanced UserForms. Finally there are some links to
some excellent resources to help you become a MS OFFICE POWER USER.

                             Once again, Good luck!



                                      [To Index Page] [To Lesson Eighteen]

						
Shared by: 201212 29
About
download professional profile
Related docs
Other docs by Guihong
4.20統計技術程序A
Views: 0  |  Downloads: 0
审计·刘圣妮基础班·第20章(2)
Views: 2  |  Downloads: 0
鑽孔課重工成本0301月份
Views: 0  |  Downloads: 0
JapaneseChinese CgJGJqjJ4zBBpC8y
Views: 0  |  Downloads: 0
073職業性健康檢查管理規定
Views: 0  |  Downloads: 0
DOLLAR函数
Views: 0  |  Downloads: 0
電鍍危害識別
Views: 5  |  Downloads: 0
0105108 WSR方法论的一些概念和认识
Views: 17  |  Downloads: 0
06年新了解到的电路板企业
Views: 0  |  Downloads: 0
MDIS_005
Views: 0  |  Downloads: 0