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.
|
2 | deleted 3 characters in body | ||
|
You can use this method to get the current process id.
This page has a good overview of exactly how you can do it in various versions of excel. |
||||
|
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. |
||||