任意の件名からメールが来たら、メールの以下の文を置換してへんしんする。
Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) Dim objNamespace As Outlook....
49 search resultsShowing 1~20 results
You need to log-in
Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) Dim objNamespace As Outlook....
Sub ImportExcelMultipleColumns() ' 変数の定義 Dim fDialog As FileDialog Dim filePath As String Dim xlA...
Sub ImportMultipleDepartmentsFromGAL() Dim olApp As Outlook.Application Dim olNamespace As Outloo...
Sub GetEmailAddressesFromOrganization() Dim olApp As Outlook.Application Dim olNamespace As Outlo...
Sub ImportFromAlreadyOpenWorkbook() Dim xlApp As Object Dim xlWorkbook As Object Dim xlWorksheet ...
Sub AddRecordToSharePointList() Dim db As DAO.Database Dim rst As DAO.Recordset Dim strUser As St...
_で分割したいけどスプリットで分割すると後の-まで分割されちゃうよ。。って人のために Function SplitFirstUnderscore(ByVal text As String) As...
Sub MergeExcelFilesAndExport() Dim fso As Object Dim folder As Object Dim file As Object Dim xlAp...
# System.Windows.Formsアセンブリをロード Add-Type -AssemblyName System.Windows.Forms # Ctrl+Q の例 $sendKeys...
Sub DetectEncoding() Dim filePath As String Dim fileNum As Integer Dim bom(0 To 2) As Byte Dim en...
Sub GetAllExcelFiles() Dim folderPath As String Dim filePaths As Collection Set filePaths = New C...
Sub CountTrueFalsePerKey() Dim ws As Worksheet Set ws = ThisWorkbook.Sheets("Sheet1") ' 対象のシート名を指...
# Accessデータベースの接続文字列 $connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Path\T...
Sub ImportCalendarsFromAccessUserList() Dim oApp As Object Dim oNS As Object Dim oFolder As Objec...
// 仮の変数にPower Automate Desktopから取得した文字列を設定 var searchText = "ここに検索文字列を入力"; // 検索文字列を含む<td>...
Dim startTime As Date Dim endTime As Date Dim diff As Date Dim minutes As Long ' 開始時刻と終了時刻を設定 sta...
Web ブラウザを開く 最初に、「Web ブラウザを開く」 アクションを使用して、操作したいWebサイトを開きます。 UI要素を識別する Webページ上の特定のaria-labelを持つ要素を識...
TCPチャットサーバー import socket import threading def client_thread(conn, client_address, rooms, clients...
Function ImportCSVFromFolder() Dim folderPath As String Dim csvFile As String Dim conn As ADODB.C...
Function ImportCSVData() Dim conn As ADODB.Connection Dim rs As ADODB.Recordset Dim strSQL As Str...
49 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.