Thread
:
Create new excel worksheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
Soo Cheon Jheong[_3_]
external usenet poster
Posts: 4
Create new excel worksheet
Lillian,
Sub TEST()
Sheets.Add After:=ActiveSheet
With Range("A1:A999")
.Formula = "=TEXT(ROW(),""'000"")&""000"""
.Value = .Value
End With
End Sub
--
Regards,
Soo Cheon Jheong
_ _
^вп^
--
Reply With Quote
Soo Cheon Jheong[_3_]
View Public Profile
Find all posts by Soo Cheon Jheong[_3_]