View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
furbiuzzu furbiuzzu is offline
external usenet poster
 
Posts: 57
Default VB Macro for Excel

i move sets of 10 cells at a time as you can see in

Range("E" & i + 1 & ":E" & i + 11).Select

but the command line:

Windows("MyTyM").worksheets("saved line-ups").Range("B" & i).value =
Windows("MyTyM2").worksheets("saved line-ups").Range("B" & i).value

seems to be incorrect....