LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Comparing, Sorting,countig Mac address and vendor names

I tried the Preview feature and lost the attachment, here it is ...

here is the Macro I wrote to extract the 1st-6 digits of the MA
address for caomparision to the vendor list
-----------------
Option Explicit

Private Sub Analyse_Click()
Dim i As Integer

For i = 1 To 5000
Sheet1.Cells(i, "B") = Left(Sheet1.Cells(i, "A"), 6)

Next i
End Sub
------------------------------

Its not letting me uploadt a 200kb file...well
the column A had all the mac address...for testing purposes..here are
few
0000c5099510
0000c509a113
0000c509b995
0000c509b9f8
0000d12094a1
0001034db20b
0001034db4b8
000103794995
000124701cd3
00012480477f
0001248060ac
000124806101
00012480731e
000124809752
00012480b8bb
00012480d38e
00012480f5d0
000124811b1d
000124812453
00012481672e
000124819605
00012481b2a6
00012481dc07
------------------------
Thank

--
Message posted from http://www.ExcelForum.com

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting email address names in a range of cells to real names John Excel Worksheet Functions 1 May 19th 10 03:44 PM
countig of nonblank cells with speciffic condition Danko Jotanovic Excel Worksheet Functions 3 July 24th 09 02:09 PM
Look up and match Vendor name in one cell of worksheet from list ofmultiple Vendor names in column of other worksheet insitedge Excel Worksheet Functions 2 March 11th 08 11:36 PM
Sorting and matching rows of names with Socials with master list and eliminating the extra names Giacomo Excel Worksheet Functions 1 March 10th 07 01:52 AM
Creating a Vendor ID from Vendor Name... Donald King Excel Worksheet Functions 4 November 6th 06 10:01 PM


All times are GMT +1. The time now is 02:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"