Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Block addition of ranges

***is*** there any way of doing it without going cell by cell (via
macro)???

:)
susan


On May 23, 11:33 am, Tom Ogilvy
wrote:
No, it is cell by cell, but the OP's added requirement was not visible when I
posted.

If he doesn't want to use it, he can use any that are offered that meet his
specs.

--
Regards,
Tom Ogilvy


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Block addition of ranges

Sub AddTo2()
Set rng1 = Range("A1:D3")
Set rng2 = Range("F1:I3")
rng2.Value = Evaluate(rng1.Address _
& "+" & rng2.Address)
End Sub

--
Regards,
Tom Ogilvy

"Susan" wrote in message
ups.com...
***is*** there any way of doing it without going cell by cell (via
macro)???

:)
susan


On May 23, 11:33 am, Tom Ogilvy
wrote:
No, it is cell by cell, but the OP's added requirement was not visible
when I
posted.

If he doesn't want to use it, he can use any that are offered that meet
his
specs.

--
Regards,
Tom Ogilvy




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
Block addition of ranges Susan Excel Programming 2 May 25th 07 12:47 PM
Block addition of ranges [email protected] Excel Programming 1 May 24th 07 01:56 AM
Block addition of ranges Susan Excel Programming 1 May 23rd 07 04:33 PM
Block addition of ranges [email protected] Excel Programming 2 May 23rd 07 04:07 PM
if/then block within another if/then block needs a loop Janis Excel Programming 1 September 8th 06 10:01 PM


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