trying to get netbiosname of domain, by user , i have below code which gets me netbiosname , but i don't know how to get it by username
Code -- to get netbios name
Dim objConnection, objRootDSE, objRecordSet
Dim strFilter
strFilter = "(NETBIOSName=*)"
Set objConnection =...
i have created HTML page using word
in word i have placed a button and in click event i have placed a code in vbe.
for this i right click on button , view code and have placed a code
Private Sub CommandButton1_Click()
MsgBox "AAAA"
End Sub
and saved document , which is test.mht
now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.