View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default How to copy specific number of rows from cells to cells?

Value only without formula
Thank everyone very much for suggestions
Eric

"Rick Rothstein" wrote:

When you say "text only"... do you mean cells with numbers should be
formatted as text, or is that your way of saying the cells you are copying
have formulas in them but you only want to copy the values the formulas are
displaying?

--
Rick (MVP - Excel)



"Eric" wrote in message
...
There is a given number in cell U1, which equals to 9, so
I would like to copy 9 cells starting from cell V3, which should copy from
V3 to V11 and paste text only into A3 to A11.

If the given number in cell U1 is 6, then
I would like to copy 6 cells starting from cell V3, which should copy from
V3 to V11 and paste text only into A3 to A8.

Does anyone have any suggestions on how to code this macro in excel 2003?
Thanks in advance for any suggestions
Eric


.