LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default 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

_ _
^ąŻ^
--



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I create GST worksheet in excel jl New Users to Excel 7 July 2nd 09 07:20 PM
How do I create a worksheet within a worksheet in Excel? Julieee Excel Worksheet Functions 1 December 23rd 05 01:33 AM
How do I create a Map with an Excel worksheet? bamat Excel Worksheet Functions 3 September 23rd 05 09:10 PM
Create Excel Worksheet in C# / VB Horst Walter Excel Programming 8 January 5th 04 03:34 PM
Create Excel worksheet in .Net Brian Johnson Excel Programming 0 September 25th 03 08:18 PM


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"