OfficeIMO

API Reference

Command

Set-OfficeExcelInternalLinks

Namespace PSWriteOffice
Inputs
OfficeIMO.Excel.ExcelDocument
Outputs
OfficeIMO.Excel.ExcelSheet

Converts cells in a range into internal workbook links.

Remarks

Converts cells in a range into internal workbook links.

Examples

Link a summary range to same-named sheets.


PS>ExcelSheet 'Summary' { Set-OfficeExcelInternalLinks -Range 'A2:A10' }
        

Turns each non-empty cell in A2:A10 into an internal link to the sheet with the same name.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax