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

I will be very grateful for any help on the following which is fairly basic
but i cannot get it to work.

I want to select a named range using offsets as below.

Range(("MFS5Days").offset(0,-5), Range("MFS5Days").Offset(0,-1)).select

The named range MFS5Days refers to cell G4
--
with kind regards

Spike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Named range using offsets

Range(range("MFS5Days").offset(0,-5), Range("MFS5Days").Offset(0,-1)).select


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Spike" wrote in message
...
I will be very grateful for any help on the following which is fairly

basic
but i cannot get it to work.

I want to select a named range using offsets as below.

Range(("MFS5Days").offset(0,-5), Range("MFS5Days").Offset(0,-1)).select

The named range MFS5Days refers to cell G4
--
with kind regards

Spike



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Named range using offsets

Thank you so much much appreciated
--
with kind regards

Spike


"Spike" wrote:

I will be very grateful for any help on the following which is fairly basic
but i cannot get it to work.

I want to select a named range using offsets as below.

Range(("MFS5Days").offset(0,-5), Range("MFS5Days").Offset(0,-1)).select

The named range MFS5Days refers to cell G4
--
with kind regards

Spike

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
offsets (I think) Stan Excel Discussion (Misc queries) 4 January 31st 10 04:48 PM
Countif & Offsets Yuanhang Excel Discussion (Misc queries) 1 February 15th 08 09:16 PM
Array as a "named range" - formula ok in cells, but error as "named range" tskogstrom Excel Discussion (Misc queries) 11 December 28th 06 04:44 PM
inserting a named range into new cells based on a named cell Peter S. Excel Discussion (Misc queries) 1 June 4th 06 03:53 AM
If any cell in named range = 8 then shade named range JJ[_8_] Excel Programming 3 August 26th 05 11:09 PM


All times are GMT +1. The time now is 11:38 PM.

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"