I have scenario where on my Excel Worksheet I have IP Addresses so something like
192.168.5.110
169.222.2.210
300.111.43.810
etc etc. What I need is access vba that will assign a alphabetical value to each one and write that value down each cell. (Yes there will be duplicates in the IP list)
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
like the above. IP address would be in column D and alphabet value would be in column E. I know how to control Excel from Access, I just do not know how to take on this task.
192.168.5.110
169.222.2.210
300.111.43.810
etc etc. What I need is access vba that will assign a alphabetical value to each one and write that value down each cell. (Yes there will be duplicates in the IP list)
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
192.168.5.110 A
169.222.2.210 B
300.111.43.810 C
like the above. IP address would be in column D and alphabet value would be in column E. I know how to control Excel from Access, I just do not know how to take on this task.