Skip to content

Extended Functions

This group is used to download and upload workbooks to the server. It is also possible to insert navigation tags into worksheets.

group

Insert Function

Inserts a Taurec function in the active worksheet.

insert-function

There are two types of functions, workspace (WS) and database (DB).

Workspace Functions

Workspace functions are starting with TRC_WS_. TRC means Taurec and WS means workspace. These functions are used to get and set data from a workspace.

Database Functions

Database functions are starting with TRC_DB_. TRC meens Taurec and DB meens database. This functions are used to get and set data directly of a database.

Exchange

The extended functions can only be used with the Taurec addin. Sometimes it is necessary to share files with someone who not uses the Taurec addin. Therefore, it is necessary to convert cells with extended functions into values.

exchange

Convert Function to Value

Converts cells with extended functions into values.

exchange-convert

Different areas can be converted.

AreaDescriptions
All WorkbooksConverts all opened workbooks.
Active WorkbookConverts the active workbook.
Active SheetConverts the active sheet.
Active SeelctionConverts the selected cells.

Before convert:

before-convert

After convert:

after-convert

Save Function to Formula

When this option is active, the formulas are written into the comment. Later, the comments can be restored back into formulas.

comment

Restore Function from Comment

Restores the formulas from the comment. exchange-restore

Different areas can be restored.

AreaDescriptions
All WorkbooksRestore all opened workbooks.
Active WorkbookRestore the active workbook.
Active SheetRestore the active sheet.
Active SeelctionRestore the selected cells.