View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
arne arne is offline
external usenet poster
 
Posts: 3
Default Define name automatically

You are all clever and helpfull! I have one problem with your solutions: I
do not always have
234 rows. In one way or another i must count the number of rows in my
selection.
(the numbers of columns is fixed, but a genious solutions is to count the
numbers of columns in my selections)

Arne

"arne" skrev i melding
...
In selected range, for example a1:d234 I need to
give a1:d1 the name row1,a2:d2 the name row2 and so on..
Any suggestions?
Using excel 2000.
Arne