Files.Load Method

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Files Object > Methods >

Files.Load Method

Previous pageReturn to chapter overviewNext page

Loads the two files from disk.

 

Syntax

expression.Load(file name0,file name1)

expression. A variable representing a Files object.

 

Parameters

Name

Type

Description

file name0

String

Full path for 1st file (also referred to as source).

file name1

String

Full path for 2nd file (also referred to as target).

NoArrange

Boolean

Optional. Set true if workbooks don't need to be arranged

horizontally or vertically.

 

Return Value

none