Can anyone tell me why this code:
Set wshNetwork = WScript.CreateObject("WScript.Network")
strcomputerName = wshNetwork.ComputerName
MsgBox strcomputerName
Pcname = Mywb.Cells(4, 3).Value
If strcomputerName = Pcname Then
MsgBox "Hi Vivek!!"
End If
works in a vbs file but when it's put in as code in a VB Editor I get Runtime Time Error 424 - Object required? What library do I need to reference? am using Ms Excel 2010. I have tried adding below libraries in reference:
MS scripting runtime MS script control and Windows script host object model None of these seem to work for me.
Late binding with Excel 2010 using an object variable
Tools-->Reference-->Microsoft 14.0 Object Library