Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Continuing Difficulties W/ Sum For Variable-length Column


Bob,

I have a column of numbers (each cell contains a number), with a fixe
starting cell but a variable ending cell. I want the macro to assign
Name (Workbook definition) to this range.

Chuckles12

--
Chuckles12
-----------------------------------------------------------------------
Chuckles123's Profile: http://www.excelforum.com/member.php...fo&userid=1494
View this thread: http://www.excelforum.com/showthread.php?threadid=26589

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Continuing Difficulties W/ Sum For Variable-length Column


Set TopCell = Range("A1")
Range(TopCell, TopCell.End(xlDown)).Name = "SomeName"


On Mon, 4 Oct 2004 21:17:01 -0500, Chuckles123
wrote:


Bob,

I have a column of numbers (each cell contains a number), with a fixed
starting cell but a variable ending cell. I want the macro to assign a
Name (Workbook definition) to this range.

Chuckles123


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
Sum a Column of Variable length Chris G Excel Discussion (Misc queries) 4 November 7th 05 12:25 PM
Continuing Difficulties W/ Sum For Variable-length Column Chuckles123[_8_] Excel Programming 2 October 5th 04 05:43 AM
Continuing Difficulties W/ Sum For Variable-length Column Chuckles123[_3_] Excel Programming 3 October 4th 04 12:01 AM
Continuing Difficulties W/ Sum For Variable-length Column Chuckles123[_7_] Excel Programming 0 October 3rd 04 09:58 PM
Continuing Difficulties W/ Sum For Variable-length Column Chuckles123[_4_] Excel Programming 0 October 3rd 04 08:40 PM


All times are GMT +1. The time now is 03:02 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"