Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default range question

Good Day Group,

Any hints on this problem;

I have different text in Range("A1:C1500). Is there a quick way
to insert the individual rownumber for each row of this range in
Range("D1:D1500") without looping trough the entire range?

Best Regards

CG Rosén


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default range question

If you're looking for a programming solution:

With Range("D1:D1500")
.Formula = "=ROW()"
.Value = .Value
End With


In article ,
"CG Rosén" wrote:

Good Day Group,

Any hints on this problem;

I have different text in Range("A1:C1500). Is there a quick way
to insert the individual rownumber for each row of this range in
Range("D1:D1500") without looping trough the entire range?

Best Regards

CG Rosén

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range question mnewnam Excel Programming 0 October 28th 04 06:51 PM
Range question strataguru[_20_] Excel Programming 1 October 7th 04 12:21 AM
range: question Simon Sunke Excel Programming 2 February 23rd 04 03:25 PM
range question Simon Sunke Excel Programming 0 February 23rd 04 02:41 PM
Range.Formula and Range question using Excel Automation [email protected] Excel Programming 0 September 19th 03 04:53 AM


All times are GMT +1. The time now is 10:03 AM.

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

About Us

"It's about Microsoft Excel"