You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool successfully analyzes certain objects inserted in an Excel sheet for example, but the object must be activated which causes it to open on the screen, there is no possibility to hide the activated file:
The tool successfully analyzes certain objects inserted in an Excel sheet for example, but the object must be activated which causes it to open on the screen, there is no possibility to hide the activated file:
foreach ($OLEobj in $curSheet.OLEObjects()) { $OLEobj.Visible = $false $OLEobj.Activate(); $OLEobj.Visible = $false Search-OLEObject $OLEobj $ExcelPath }
The text was updated successfully, but these errors were encountered: