Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hidden analysis of inserted objects #4

Open
eric-therond opened this issue Jul 17, 2019 · 0 comments
Open

Hidden analysis of inserted objects #4

eric-therond opened this issue Jul 17, 2019 · 0 comments

Comments

@eric-therond
Copy link
Owner

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant