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.Save(Save0,Save1,Path0,Path1)

expression. A variable representing a Files object.

 

Parameters

Name

Type

Description

Save0

Boolean

Set true if the source file needs to be saved.

Save1

Boolean

Set true if the target file needs to be saved.

Path0

String

Optional. Specifies the path if the source file needs to be saved in

a different location.

Path1

String

Optional. Specifies the path if the target file needs to be saved in

a different location.

 

Return Value

none