Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alpweb

  1. alpweb

    NetBIOSName of domain name by User

    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 =...
  2. alpweb

    HTML / VBA

    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...

Part and Inventory Search

Back
Top