Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to number items after I've pasted them into a new tab.
Unfortunately the data is not right next to the items I've pasted. This pastes the items into Row 3 Column D ... but now I need to number these items consequetively numbered beginning in Column B3. Private Sub CommandButton1_Click() 'Application.ScreenUpdating = False 'Application.Calculation = xlCalculationManual lastRow = Sheets("Input Names").Cells(Rows.Count, "C").End(xlUp).Row Lastcolumn = Sheets("Input Names").Cells(1, Columns.Count).End(xlToLeft).Column With Sheets("Input Names") .Range(.Cells(3, 3), .Cells(lastRow, Lastcolumn)).Copy Sheets("Scores").Cells(3, 4) End With End Sub Thanks again |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif number is greater than a number but less than another number | Excel Discussion (Misc queries) | |||
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? | Excel Discussion (Misc queries) | |||
Inserting a number of rows based on the number of columns filled bytext values | Excel Programming | |||
How to calculate number of occurencies of a specific number number | Excel Discussion (Misc queries) | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |