Computer name
Using VBA... you can get the computer name with this function call...
CN = Environ("ComputerName")
What do you expect the product ID to look like? I'm guessing the value from
this property call is not what you are looking for?
PC = Application.ProductCode
Rick
"art" wrote in message
...
Hello:
Does anybody know how to display through a formula or vba the computer
name
in excel 2007?
And what about the Windows product ID?
Please let me know.
|