#2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Help Please

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Help Please

Thank you.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Help Please

glad to help

--
Don Guillett
SalesAid Software

"rozb" wrote in message
...
Thank you.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help Please

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"