Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tamago324/6013e15ff14d9cbc513e45b20f786d78 to your computer and use it in GitHub Desktop.

Select an option

Save tamago324/6013e15ff14d9cbc513e45b20f786d78 to your computer and use it in GitHub Desktop.

IEを操作している途中で、メッセージボックスを表示したいときに最前面に表示させたいとか

'
' 自分自身をアクティブにする
'
Public Sub ThisWorkBookActivate()

    ' タスクマネージャーで見た時のタイトルを指定すること
    AppActivate ("Microsoft Excel - " & ThisWorkbook.Name)
    ThisWorkbook.Sheets(1).Activate

End Sub

参考文献

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment