michael8000
New Member
- Joined
- Mar 10, 2014
- Messages
- 27
Does anyone have a working VB script to work with IP ranges?
For example. I need to "input" the following three IP ranges into Excel and have it converted to single IPs.
These as an input:
10.10.30.92 - 10.10.30.95
10.10.64.158 - 10.10.64.161
10.10.66.76 - 10.10.66.77
Would output this:
10.10.30.92
10.10.30.93
10.10.30.94
10.10.30.95
---
10.10.64.158
10.10.64.159
10.10.64.160
10.10.64.161
---
10.10.66.76
10.10.66.77
I have over 1000 IP ranges that need to be converted to single IPs
Thank you for your help!
For example. I need to "input" the following three IP ranges into Excel and have it converted to single IPs.
These as an input:
10.10.30.92 - 10.10.30.95
10.10.64.158 - 10.10.64.161
10.10.66.76 - 10.10.66.77
Would output this:
10.10.30.92
10.10.30.93
10.10.30.94
10.10.30.95
---
10.10.64.158
10.10.64.159
10.10.64.160
10.10.64.161
---
10.10.66.76
10.10.66.77
I have over 1000 IP ranges that need to be converted to single IPs
Thank you for your help!