LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default Curious string error in named range automation attempt - just doesn'tseem to make sense!

Hi there,

This is a strange one ...

I have a requirement to name a fairly large range of cells and so wish to automate the process.

As I usually do I recorded a macro to see how it works and came up with the following code which name the required range no problem:

ActiveWorkbook.Names.Add Name:="May_13_GBP", RefersToR1C1:= "='BY MONTH'!R24C2"

In order automate it I need to pick up the name of the range from another two cells by concatenating their contents so I came up with the following code:


sName = Format(Cells(22, b + 1), "mmm yy") & "_" & Range("A24").Value
ActiveWorkbook.Names.Add Name:=sName, RefersToR1C1:="='BY MONTH'!R24C2"

The string in the second example is identical to the string in the first, so why wouldn't it work???

I am at a loss it just doesn't make any sense, it should work fine.

Anyone have any idea what I am missing here?

Thanks and regards, Mark
 
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
Date conversion doesn't make sense [email protected] Excel Programming 3 November 26th 09 08:16 AM
C# Automation Server and named range reference LJ[_3_] Excel Programming 2 May 26th 06 09:50 AM
Does this make sense? Tom Excel Programming 0 August 24th 04 06:24 PM
Run-time error '430' / Class doesn't support Automation Mike[_59_] Excel Programming 1 October 28th 03 08:57 AM


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