Other

[ FreeCourseWeb com ] Professional Excel VBA - Udemy

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ FreeCourseWeb com ] Professional Excel VBA - Udemy

Infohash: 36E6495FE5C6A908460E2D33597CD522236C09AD

Total Size: 3.34 GB

Seeds: 0

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2023-12-24 23:00:09 (Update Now)

Torrent added: 2021-07-17 02:01:34




Torrent Files List


Get Bonus Downloads Here.url (Size: 3.34 GB) (Files: 170)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  01 Getting started with macros. Recording, editing and saving macros

   001 Introduction.en.srt

2.59 KB

   001 Introduction.mp4

17.75 MB

   002 Enabling VBA Developer tab in the Ribbon.en.srt

1.55 KB

   002 Enabling VBA Developer tab in the Ribbon.mp4

8.29 MB

   003 L1_Macro_Exercise.xlsm

10.76 KB

   003 Recording a macro.en.srt

4.05 KB

   003 Recording a macro.mp4

18.02 MB

   004 View and analyze recorded macro code.en.srt

7.42 KB

   004 View and analyze recorded macro code.mp4

33.10 MB

   005 Edit a recorded macro code.mp4

70.24 MB

   005 EditingMacroExercise.xlsm

14.16 KB

   006 Record macros using Absolute and Relative modes and compare results.en.srt

8.28 KB

   006 Record macros using Absolute and Relative modes and compare results.mp4

52.54 MB

   006 RelativeReferencingExercise.xlsm

14.30 KB

   007 Saving your macro-enabled workbook.en.srt

4.81 KB

   007 Saving your macro-enabled workbook.mp4

32.73 MB

   008 EXERCISES1.docx

14.59 KB

   008 Exercise2.docx

120.12 KB

   008 Exercise3.docx

13.91 KB

   008 Trusting workbook to avoid security issues.en.srt

4.57 KB

   008 Trusting workbook to avoid security issues.mp4

38.78 MB

   008 invoice.txt

0.50 KB

   008 invoice1.txt

0.97 KB

  02 Getting started with writing VBA Code and explore the VBE interface

   001 Explore the Visual Basic for Application coding Editor interface.en.srt

3.21 KB

   001 Explore the Visual Basic for Application coding Editor interface.mp4

41.36 MB

   002 Creating your first VBA code.en.srt

4.34 KB

   002 Creating your first VBA code.mp4

19.49 MB

   003 Adding toolbar buttons.mp4

22.64 MB

   004 Adding Form Controls.en.srt

5.15 KB

   004 Adding Form Controls.mp4

19.44 MB

   005 Understanding Excel's object hierarchy.mp4

52.02 MB

   006 Identify worksheet ranges.en.srt

18.24 KB

   006 Identify worksheet ranges.mp4

83.00 MB

   007 How to properly addressing cells and ranges on a worksheet.mp4

102.64 MB

   009 L1_ExploringEditor.mp4

19.95 MB

   015 WritingMacros.docx

17.19 KB

  03 Summary of last section and fundamentals of variables and data types

   001 Creating variables.en.srt

8.09 KB

   001 Creating variables.mp4

85.63 MB

   002 Defining data types.en.srt

12.91 KB

   002 Defining data types.mp4

40.58 MB

   003 Managing strings.en.srt

21.76 KB

   003 Managing strings.mp4

90.04 MB

   018 ManagingStrings.docx

13.82 KB

  04 VBA programming with Arrays

   001 The anatomy of arrays.mp4

49.76 MB

   002 Array versus regular variables compared.en.srt

3.55 KB

   002 Array versus regular variables compared.mp4

17.97 MB

   003 A closer look of static and dynamic arrays.en.srt

17.04 KB

   003 A closer look of static and dynamic arrays.mp4

67.18 MB

   004 Looping within arrays.en.srt

6.61 KB

   004 Looping within arrays.mp4

24.05 MB

   005 Using the Erase() function.en.srt

2.32 KB

   005 Using the Erase() function.mp4

9.37 MB

   006 Using the Redim and Redim Preserve statements; defining a two-dimensional array.en.srt

13.61 KB

   006 Using the Redim and Redim Preserve statements; defining a two-dimensional array.mp4

51.30 MB

   024 REDIM PRESERVE EXERCISE.docx

43.50 KB

  05 Creating function procedures

   001 Creating function procedures.en.srt

15.96 KB

   001 Creating function procedures.mp4

195.71 MB

   002 Testing custom functions.en.srt

6.49 KB

   002 Testing custom functions.mp4

30.24 MB

   003 Function procedures, function scope and setting reference from other workbooks.en.srt

23.20 KB

   003 Function procedures, function scope and setting reference from other workbooks.mp4

92.37 MB

   004 Executing function procedures.mp4

101.86 MB

   005 Calling function in worksheet formulas.en.srt

10.55 KB

   005 Calling function in worksheet formulas.mp4

56.20 MB

   006 Demonstrate using custom function in conditional formatting rule.en.srt

10.55 KB

   006 Demonstrate using custom function in conditional formatting rule.mp4

56.21 MB

   007 A closer look at function arguments.mp4

27.88 MB

   008 Example of a single argument function.en.srt

3.45 KB

   008 Example of a single argument function.mp4

16.90 MB

   009 Example of a two argument function.en.srt

3.45 KB

   009 Example of a two argument function.mp4

16.89 MB

   010 Functions that accept optional arguments.en.srt

8.58 KB

   010 Functions that accept optional arguments.mp4

36.00 MB

   011 Arrays revisited_ Functions that return arrays.en.srt

4.93 KB

   011 Arrays revisited_ Functions that return arrays.mp4

20.14 MB

   012 Functions that accept infinite number of arguments.en.srt

5.53 KB

   012 Functions that accept infinite number of arguments.mp4

19.90 MB

   013 We learn how to provide descriptions of our function and its arguments.en.srt

8.62 KB

   013 We learn how to provide descriptions of our function and its arguments.mp4

58.48 MB

   037 ArrayExercises.docm

350.79 KB

   037 FunctionProcedureExercise.docx

16.67 KB

  06 Working with VBA Events

   001 Understanding the sequence of events.mp4

12.37 MB

   002 Overview of VBA events_ Understanding event sequence.mp4

52.51 MB

   003 Calling standard modules from event handler procedures.mp4

24.96 MB

   004 Event handler procedures that use arguments.mp4

50.75 MB

   005 Workbook-level events.en.srt

2.80 KB

   005 Workbook-level events.mp4

15.05 MB

   006 Workbook-level events example coding.en.srt

5.26 KB

   006 Workbook-level events example coding.mp4

28.67 MB

   007 Worksheet-level events example.mp4

25.27 MB

   008 Workbook_Activate example.mp4

24.89 MB

   009 The NewSheet Event procedure.mp4

13.58 MB

   010 A look at the BeforeSave Event handler.en.srt

4.14 KB

   010 A look at the BeforeSave Event handler.mp4

20.07 MB

   011 The Deactivate event.mp4

18.06 MB

   012 The BeforePrint event procedure.en.srt

3.36 KB

   012 The BeforePrint event procedure.mp4

17.98 MB

   013 The WorksheetChange event.mp4

33.70 MB

   014 The BeforeRightClick event.mp4

38.75 MB

   051 Event handler exercises.docm

87.06 KB

   051 SelectionChangeExercise.docm

227.88 KB

   051 ValidateCode.docm

88.28 KB

  07 VBA error handling techniques

   001 Section introduction.en.srt

2.03 KB

   001 Section introduction.mp4

11.90 MB

   002 Types of VBA errors.en.srt

0.75 KB

   002 Types of VBA errors.mp4

3.70 MB

   003 Trapping errors.en.srt

6.72 KB

   003 Trapping errors.mp4

28.77 MB

   004 Using the Err object_ An example.en.srt

6.07 KB

   004 Using the Err object_ An example.mp4

29.49 MB

   005 Examples of VBA error handling techniques.en.srt

10.32 KB

   005 Examples of VBA error handling techniques.mp4

53.63 MB

  08 VBA Hands-on examples

   001 Introduction to lecture and review of previous lecture.en.srt

2.12 KB

   001 Introduction to lecture and review of previous lecture.mp4

19.71 MB

   002 Working with worksheet ranges_ Copying ranges.en.srt

5.77 KB

   002 Working with worksheet ranges_ Copying ranges.mp4

19.32 MB

   003 More discussion on copying ranges.mp4

50.34 MB

   004 Copy a variable size range_ The CurrentRange method of the Range object.mp4

57.15 MB

   005 Tips for working with ranges.en.srt

7.79 KB

   005 Tips for working with ranges.mp4

34.62 MB

   006 How to identify various types of ranges such as the first empty cell in a column.en.srt

3.97 KB

   006 How to identify various types of ranges such as the first empty cell in a column.mp4

29.37 MB

   007 Range selection examples.en.srt

2.57 KB

   007 Range selection examples.mp4

12.82 MB

   008 Using the Resize property of the Range object to handle varying size ranges.mp4

79.84 MB

   009 Prompting for user input.en.srt

7.96 KB

   009 Prompting for user input.mp4

29.66 MB

   010 A mode advanced use of the InputBox function.en.srt

9.55 KB

   010 A mode advanced use of the InputBox function.mp4

38.81 MB

   011 More discussion on the InputBox function, populating cells with InputBox values.en.srt

8.79 KB

   011 More discussion on the InputBox function, populating cells with InputBox values.mp4

39.43 MB

   012 Pausing macro for range selection.en.srt

5.17 KB

   012 Pausing macro for range selection.mp4

26.03 MB

   013 Counting selected cells.en.srt

6.97 KB

   013 Counting selected cells.mp4

47.50 MB

   014 Determining types of selected range_ single cell, contiguous range of cells etc.en.srt

4.87 KB

   014 Determining types of selected range_ single cell, contiguous range of cells etc.mp4

15.62 MB

   015 Code to check for existence of a worksheet in a workbook.en.srt

1.20 KB

   015 Code to check for existence of a worksheet in a workbook.mp4

5.99 MB

   016 Accessing the parents of an Excel object.mp4

23.18 MB

   017 Opening files to extract data for worksheets using Application.GetOpenFilename().en.srt

9.50 KB

   017 Opening files to extract data for worksheets using Application.GetOpenFilename().mp4

43.85 MB

   018 Saving a file.en.srt

0.91 KB

   018 Saving a file.mp4

6.05 MB

   019 Creating Data Forms based on data in a worksheet.mp4

45.49 MB

   063 range selections.xlsm

71.90 KB

  09 Using UserForms and Controls to provide interactivity

   001 Introduction_ What we are going to learn in this section.en.srt

1.52 KB

   001 Introduction_ What we are going to learn in this section.mp4

3.64 MB

   002 Inserting UserForms in VBA projects.en.srt

4.07 KB

   002 Inserting UserForms in VBA projects.mp4

19.49 MB

   003 We learn of the different control types on the Toolbox.en.srt

6.75 KB

   003 We learn of the different control types on the Toolbox.mp4

38.36 MB

   004 Using the Properties Window to adjust properties of controls.en.srt

8.22 KB

   004 Using the Properties Window to adjust properties of controls.mp4

37.62 MB

   005 Naming controls.en.srt

3.10 KB

   005 Naming controls.mp4

16.61 MB

   006 Displaying forms.en.srt

5.10 KB

   006 Displaying forms.mp4

28.12 MB

   007 Managing lists using the ListBox and the ComboBox controls.mp4

67.93 MB

  10 Developing a VBA Application

   001 Introduction to section.en.srt

1.00 KB

   001 Introduction to section.mp4

4.95 MB

   002 A practical demonstration of UserForm modal and non-modal modes.en.srt

9.52 KB

   002 A practical demonstration of UserForm modal and non-modal modes.mp4

46.78 MB

   003 Progress bar demo application.en.srt

10.82 KB

   003 Progress bar demo application.mp4

48.32 MB

   004 Using the Multipage control to develop a Books application.en.srt

29.12 KB

   004 Using the Multipage control to develop a Books application.mp4

182.82 MB

   086 Sub Procedure And Array Exercise.docx

279.88 KB

  Bonus Resources.txt

0.35 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ FreeCourseWeb com ] Professional Excel VBA - Udemy Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu