PowerShellでの実行では、Windows.Formsを読み込むため.NET Frameworkがインストールされている必要があるが、[Windows.Forms.SendKeys]::("%{a}")でキーストロークAlt+Aを送信できる。PowerAutomateの起動は、Start-Process -FilePathで、パスがWin+Rのファイル名を実行で呼び出せるms ...
We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
ExcelはMicrosoft Officeの中でも特に重要なアプリケーションの1つだ。本来の使い方である計算処理だけでなく、データをまとめて整理するためのアプリケーションとしても広く使われている。 企業間でやり取りされるデータだけでなく、行政が提供する電子 ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
こんにちは、Microsoft MVP(Business Applications)の松本典子です。 Microsoft 365の「Excel」を業務で活用している方は、非常に多いと思います。タスク管理や日報など、「Excelさえあれば完結する」ケースも少なくないでしょう。 日常的に業務活用されているExcelです ...
PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...
When it comes to being productive in virtually any industry, expediency is key. And the best way to expedite your projects while cutting down on your work time is to automate as many tasks as possible ...
Let’s face it: working on the administrative side of IT can involve a lot of tedious, repetitive tasks. Manually configuring user accounts, troubleshooting the same issues over and over, generating ...