Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub CreateTimeSheets() Dim myRange As Range Sheets("Staff_List").Select Range("A1").Select Set myRange = ActiveCell.CurrentRegion LastRow = myRange.Cells(myRange.Cells.Count).Row For i = 1 To LastRow ' put in here whatever it is you want to do with each name on your list Next i End Sub ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what could cause numbers to appear as row names and column names | Excel Worksheet Functions | |||
Automatic Page Number and Sheet Names? | Excel Discussion (Misc queries) | |||
Macro NOT completing | Excel Discussion (Misc queries) | |||
Automatic File Names | Excel Discussion (Misc queries) | |||
sorting names alphabetically when names may start with numbers | Excel Discussion (Misc queries) |