Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Need Help calculating a highlighted range

would like to be able to highlight a range of cell then have the macro
calculate that area
--
Helping Is always a good thing
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Need Help calculating a highlighted range

What would you like to calculate?

--
Cheers
Nigel



"QuietMan" wrote in message
...
would like to be able to highlight a range of cell then have the macro
calculate that area
--
Helping Is always a good thing



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Need Help calculating a highlighted range

Selection.Calculate

--
Regards,
Tom Ogilvy


"QuietMan" wrote:

would like to be able to highlight a range of cell then have the macro
calculate that area
--
Helping Is always a good thing

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Need Help calculating a highlighted range

Thanks Tom,

Here is what I came Up with, works like a charm

Sub RangeCalc()
Set RangeToCalc = ActiveWindow.RangeSelection
RangeToCalc.Calculate
End Sub
--
Helping Is always a good thing


"Tom Ogilvy" wrote:

Selection.Calculate

--
Regards,
Tom Ogilvy


"QuietMan" wrote:

would like to be able to highlight a range of cell then have the macro
calculate that area
--
Helping Is always a good thing

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
deselecting a highlighted range after a VBA copy procedure Paul James[_3_] Excel Programming 6 April 25th 23 03:47 AM
Shading on highlighted range of cells TippieToe Excel Discussion (Misc queries) 0 April 20th 10 11:54 PM
autosum refusal to sum highlighted range lawrence Excel Worksheet Functions 4 April 30th 08 10:08 PM
Loop Through Highlighted Range ChrisR Excel Programming 1 December 14th 04 10:46 PM
Range from highlighted area noyb[_2_] Excel Programming 3 February 9th 04 05:48 PM


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