Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Excel & VBA Day 3. Objectives for today: You will be able to… …implement functions in Excel. …write simple functions using VBA.

Similar presentations


Presentation on theme: "Microsoft Excel & VBA Day 3. Objectives for today: You will be able to… …implement functions in Excel. …write simple functions using VBA."— Presentation transcript:

1 Microsoft Excel & VBA Day 3

2 Objectives for today: You will be able to… …implement functions in Excel. …write simple functions using VBA.

3 Format of functions within VBA Function Function_Name(variables) … Function_Name = … End Function

4 Challenge #1 Write a function in VBA to calculate the area of a triangle.

5 Challenge #2 Write a function in VBA to calculate windchill.

6 ASCII American Standard Code for Information Interchange Developed in the 1960’s 128 characters 33 are non-printing control characters

7 ASCII American Standard Code for Information Interchange Developed in the 1960’s 128 characters 33 are non-printing control characters

8 Using functions from Excel WorksheetFunction.FunctionName( …)

9 Select Case Select Case ThingToCheck Case … … Case … … End Select

10 Challenge #3 Write a function in VBA to generate passwords.

11 Objectives for today: You will be able to… …implement functions in Excel. …write simple functions using VBA.


Download ppt "Microsoft Excel & VBA Day 3. Objectives for today: You will be able to… …implement functions in Excel. …write simple functions using VBA."

Similar presentations


Ads by Google