Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
working with excel
#2
Not Solved
you can get the computer name using the below code
Code:
Set WshNetwork = CreateObject("WScript.Network")
ComputerName = WshNetwork.ComputerName
Then from there you can take it forward I guess let me know if you need any more help
Thanks,
SUpputuri
Reply


Messages In This Thread
working with excel - by ch_rk2004 - 10-20-2014, 11:39 AM
RE: working with excel - by supputuri - 10-21-2014, 11:52 PM
RE: working with excel - by ch_rk2004 - 09-23-2015, 05:02 PM
RE: working with excel - by supputuri - 09-25-2015, 01:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)