Thread
:
How to create a custom numner format for IP addresses?
View Single Post
#
2
Posted to microsoft.public.excel.programming
CoRrRan
external usenet poster
Posts: 19
How to create a custom numner format for IP addresses?
Selection.NumberFormat = "000.000.000.000"
With selection to be substituted with any Range-object.
HTH, CoRrRan
PJ wrote:
How to create a custom numner format for IP addresses?
Reply With Quote
CoRrRan
View Public Profile
Find all posts by CoRrRan