show/hide this revision's text 2 deleted 3 characters in body

You can use this method to get the current process id.

Declare Function GetCurrentProcessId Lib "kernel32" () _
    As Long

This page has a good overview of exactly how you can do it in various versions of excel.

show/hide this revision's text 1

You can use this method to get the current process id.

Declare Function GetCurrentProcessId Lib "kernel32" () _ As Long

This page has a good overview of exactly how you can do it in various versions of excel.