Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
cells(10,cell.column)
or cells(cell.row+10,cell.column) -- Don Guillett SalesAid Software "rozb" wrote in message ... Cells(cell.Row, 1).Copy works great How do I capture same column row 10? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you.
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why wont the activecell for each cell in the range refresh
The data from cell A11 changes as it moves down Row How do I make the each cell request work Rozit Sub CheckMeReally( For Each Cell In Sheets("Select").Range("selectLanguage_Area" If Cell.Value = "yes" Then Cells(Cell.Row, 1).Cop ActiveCell.Selec ActiveSheet.Paste '""Cells(ActiveCell.Row + 1, 1).Select? Next Cel End Su |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|