filmov
tv
Wise Owl Answers - How do I unzip files using VBA?
Показать описание
By Andrew Gould
If you'd like to help fund Wise Owl's conversion of tea and biscuits into quality training videos you can join this channel to get access to perks:
This video shows you how to use the Windows Shell object to unzip a folder with VBA. You'll learn how to reference the Microsoft Shell and Automation Controls library and create a new instance of the Shell class. You'll see how to reference folders using the Namespace method, how to apply the CopyHere method to a destination folder and use the Items method to return the contents of a zipped folder. You'll also see how to achieve the same results using either early-binding or late-binding techniques.
Chapters
00:00 The Question
00:29 Creating a New Shell Object
01:53 Referring to Folders using the Namespace Method
04:10 Unzipping Files with the CopyHere Method
05:28 Overwriting Existing Files
07:02 Tidying Up the Code
09:31 Changing from Early Binding to Late Binding
11:22 Taking Care with Data Types
If you'd like to help fund Wise Owl's conversion of tea and biscuits into quality training videos you can join this channel to get access to perks:
This video shows you how to use the Windows Shell object to unzip a folder with VBA. You'll learn how to reference the Microsoft Shell and Automation Controls library and create a new instance of the Shell class. You'll see how to reference folders using the Namespace method, how to apply the CopyHere method to a destination folder and use the Items method to return the contents of a zipped folder. You'll also see how to achieve the same results using either early-binding or late-binding techniques.
Chapters
00:00 The Question
00:29 Creating a New Shell Object
01:53 Referring to Folders using the Namespace Method
04:10 Unzipping Files with the CopyHere Method
05:28 Overwriting Existing Files
07:02 Tidying Up the Code
09:31 Changing from Early Binding to Late Binding
11:22 Taking Care with Data Types
Wise Owl Answers - How do I hide all but the selected sheets in Excel?
Wise Owl Answers - How do I import tab delimited files with ActiveX Data Objects?
Wise Owl Answers - How do I loop through sheets in multiple closed Excel files?
Wise Owl Answers - How do I refer to an open Word document in Excel VBA?
Wise Owl Answers - How do I get data from a closed Excel file using VBA?
Wise Owl Answers - How do I copy data from multiple worksheets in other workbooks?
Wise Owl Answers - How do I sort tables on multiple sheets in Excel VBA?
Wise Owl Answers - How Do I Open Google Chrome in Full Screen Mode using Selenium in VBA?
Wise Owl Answers - How do I copy data without using copy and paste in Excel VBA?
Wise Owl Answers - How do I use Google Translate with Excel VBA?
Wise Owl Answers - How do I refer to a parent element in Selenium for VBA?
Wise Owl Answers - How do I loop through folders and subfolders in Excel VBA?
Wise Owl Answers - How do I get data from multiple closed Excel files using VBA?
Wise Owl Answers - How do I get data from multiple workbooks with one query in VBA?
Wise Owl Answers - How do I get data from a CSV file using ActiveX Data Objects?
Wise Owl Answers - How do I find a folder with a partial name in VBA?
Wise Owl Answers - How do I copy sheets from multiple Excel files into one worksheet?
Wise Owl Answers - How do I copy Word tables into Excel using VBA?
Wise Owl Answers - How do I pass Japanese text to a stored procedure parameter in VBA?
Wise Owl Answers - How do I calculate percentage of columns in a matrix with multiple groups?
Wise Owl Answers How do I paste and resize a picture in Word with Excel VBA?
Wise Owl Answers - How do I refer to a field name with a dot in ADODB?
Wise Owl Answers - How Do I Copy Sheets from Multiple Excel Files into One Workbook in VBA?
Wise Owl Answers - How do I list all properties of a file using VBA?
Комментарии