a_filename      (string)

Navigation:  User guide > OLE automation > Properties >

a_filename      (string)

Previous pageReturn to chapter overviewNext page

Executes the standard dialog to select a filename. Returns the selected name. VBA example:

 

Range("results").Offset(4 + i, 1) = wcd.a_filename;

 

Writing this property has no effect.