Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to copy a worksheet and move and rename it to the end of the
workbook. This is the VBA code I have... Sheets("201").Select N = Sheets.Count Sheets("201").Copy After:=Sheets(N) ActiveSheet.Name = InputBox("Enter the number of the new distributor.") It works for several times, but then an error comes up and it highlights the third row. I don't understand! Any ideas?!?!? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tab key problems | Excel Discussion (Misc queries) | |||
Tab key problems | Excel Discussion (Misc queries) | |||
problems with? I don't know | Excel Discussion (Misc queries) | |||
tab problems | New Users to Excel | |||
VBA problems | Excel Discussion (Misc queries) |