PDA

View Full Version : Solved: How to get CompId in UserForm



slamet Harto
04-25-2008, 01:04 AM
Guys,

Can you help me on how to get Computer Name in Userform.
Any help would be highly appreciate it.
Many Thanks in advance.
Rgds, Harto

Bob Phillips
04-25-2008, 01:17 AM
environ("Computername")

Simon Lloyd
04-25-2008, 01:19 AM
use Me.Textbox1 = Environ("computername")

slamet Harto
04-25-2008, 03:21 AM
Dear All
That's work!
Thanks for your quick response and assistance.
Best,
harto