{"id":219,"date":"2018-09-27T00:06:25","date_gmt":"2018-09-26T21:06:25","guid":{"rendered":"http:\/\/www.cuneytbayrak.com\/?p=219"},"modified":"2025-02-21T00:06:41","modified_gmt":"2025-02-20T21:06:41","slug":"vba-bilgisayarin-macadresini-alma","status":"publish","type":"post","link":"http:\/\/www.cuneytbayrak.com\/?p=219","title":{"rendered":"VBA Bilgisayar\u0131n MACAdresini Alma"},"content":{"rendered":"<p>Kodlar incelenince ne oldu\u011fu anla\u015f\u0131l\u0131yor.<\/p>\n<div class=\"wp-block-codemirror-blocks code-block \">\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;vb&quot;,&quot;mime&quot;:&quot;text\/x-vb&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\">Private Sub Workbook_BeforeClose(Cancel As Boolean)\r\n\r\nDim strComputer As String\r\nDim objWMIService As Object\r\nDim colItems As Object\r\nDim objItem As Object\r\nDim myMACAddress As String\r\nDim s As Worksheet\r\nDim x As Integer\r\n\r\n\r\nSet s = Sheets(\"logs\")\r\n\r\n\r\nx = s.Range(\"a1\").End(xlDown).Row\r\n\r\n\r\n'Set the computer.\r\nstrComputer = \".\"\r\n\r\n'The root\\cimv2 namespace is used to access the Win32_NetworkAdapterConfiguration class.\r\nSet objWMIService = GetObject(\"winmgmts:\\\\\" &amp; strComputer &amp; \"\\root\\cimv2\")\r\n\r\n'A select query is used to get a collection of network adapters that have the property IPEnabled equal to true.\r\nSet colItems = objWMIService.ExecQuery(\"SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True\")\r\n\r\n'Loop through all the collection of adapters and return the MAC address of the first adapter that has a non-empty IP.\r\nFor Each objItem In colItems\r\nIf Not IsNull(objItem.IPAddress) Then myMACAddress = objItem.MACAddress\r\nExit For\r\nNext\r\n\r\n\r\nIf myMACAddress = \"D4:AE:52:B7:A5:9B\" Then\r\ns.Range(\"a\" &amp; x + 1) = x\r\ns.Range(\"b\" &amp; x + 1) = Now\r\ns.Range(\"c\" &amp; x + 1) = \"c\u00fcneyt\"\r\nElseIf myMACAddress = \"6C:F0:49:B3:D1:90\" Then\r\ns.Range(\"a\" &amp; x + 1) = x\r\ns.Range(\"b\" &amp; x + 1) = Now\r\ns.Range(\"c\" &amp; x + 1) = \"karaca\"\r\nElseIf myMACAddress = \"78:2B:CB:CC:93:8F\" Then\r\ns.Range(\"a\" &amp; x + 1) = x\r\ns.Range(\"b\" &amp; x + 1) = Now\r\ns.Range(\"c\" &amp; x + 1) = \"serdar\"\r\nElse\r\ns.Range(\"a\" &amp; x + 1) = x\r\ns.Range(\"b\" &amp; x + 1) = Now\r\ns.Range(\"c\" &amp; x + 1) = myMACAddress\r\nEnd If\r\n\r\nActiveWorkbook.Save\r\n\r\nEnd Sub<\/pre>\n<\/div>\n<p>Kolay gele&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kodlar incelenince ne oldu\u011fu anla\u015f\u0131l\u0131yor. Private Sub Workbook_BeforeClose(Cancel As Boolean) Dim strComputer As String Dim objWMIService As Object Dim colItems As Object Dim objItem As Object Dim myMACAddress As String&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"http:\/\/www.cuneytbayrak.com\/?p=219\">Devam\u0131n\u0131 Oku<span class=\"screen-reader-text\">VBA Bilgisayar\u0131n MACAdresini Alma<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":0,"footnotes":""},"categories":[5],"tags":[70],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-excel-vba","tag-macaddrget","excerpt"],"_links":{"self":[{"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=219"}],"version-history":[{"count":1,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":222,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=\/wp\/v2\/posts\/219\/revisions\/222"}],"wp:attachment":[{"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.cuneytbayrak.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}