FileName Property
The FileName property returns the file name of the grid file including path information. Returns a String. This is a read-only property.
Syntax
object.FileName
object.FileName =FileName
Example
This example shows how to return the file name of the grid file.
Debug.Print Grid.FileName
Used by: AutoGrid object