I know the following code will hide the entire Excel or Word application:

Application.visible = false

But, it doesn't make sense to hide the entire application when I have multiple spreadsheets or documents open.

Is there a way to only hide one specific MS Word document, but the others stay visible?

Thanks!