You are here: Features > Action Events > Import filed cell data

Import Filed Cell Data Action

Event Function: ImportData

The Import Filed Cell Data action imports cell data from an external file into a specified cell in the active document.

Note: This event works with data from the Australian accounting package "Win Disclose" only.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

File Type

An identifier for the type of file the data is to be imported from

"Win Disclose"

File Path

Full path to the data file

 

Syntax (if entering it in the Equation bar)

ACTION("ImportData", expr1, expr2)

Where

expr1 = entry under File Type

expr2 = entry under File Path

How the example will appear in the Equation bar

ACTION("ImportData", "Win Disclose", "c:\my documents\abc.doc")

Related Topics