Thread
:
Seperate with space
View Single Post
#
1
Posted to microsoft.public.excel.programming
Pat
external usenet poster
Posts: 122
Seperate with space
Could someone help me place a space between the
number and the letter S
Private Sub Increment_Click()
With Me.Range("K20")
..Value = .Value + 1
..NumberFormat = "00000""S"""
thanks
Pat
Reply With Quote
Pat
View Public Profile
Find all posts by Pat