Thread
:
Seperate with space
View Single Post
#
2
Posted to microsoft.public.excel.programming
Eloy
external usenet poster
Posts: 3
Seperate with space
place a space before the S inside the quote
Sub test(
With Range("K20"
.Value = .Value +
.NumberFormat = "00000"" S""
End Wit
End Sub
Reply With Quote
Eloy
View Public Profile
Find all posts by Eloy