poochie89 / SnipDo-Extensions

SnipDo extensions and advanced guide
128 stars 1 forks source link

Microsoft Word 2021 #3

Open burrinhoMAC opened 2 years ago

burrinhoMAC commented 2 years ago

Create a new file in Microsoft Word 2021

Microsoft-Word.zip

MisterProblems commented 1 year ago

This works! But it creates an extra blank word document. Try modifying the ps1 script like this :

Start-Sleep -Seconds .1
[System.Windows.Forms.SendKeys]::SendWait("^({c})")

[void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms')

start winword

Start-Sleep -Seconds 1
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")

Start-Sleep -Seconds 1
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}^({v})")

Create a new file in Microsoft Word 2021

Microsoft-Word.zip

burrinhoMAC commented 1 year ago

Excellent. I will test it. Thanks