LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default reading cells by name/definition

OK, I see.
So what is the value of "s" ?
And you have a single cell named that on xlSheet1 ?

NickHK


egroups.com...


String s
s=xlsheet1.Range(Chr(71) & j).Formula
xlsheet2.Range(Chr(67) & 1).Value=s
xlsheet2.Range(Chr(68) & 1).Value=xlsheet1.Range(s).Value

+++++++++++++++++++

the exception is thrown at the last line

System.Runtime.InterOpServices.COMException....... .
at Excel._Wroksheet.get_Range(Object Cell1, Object Cell2)




Bob Phillips wrote:

I think you will need to post more code if you want a solution mate, we
are
working blind.

--
HTH

Bob Phillips

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

wrote in message
ups.com...
thanks for the reply bob. but for some reason it is not working
exception thrown refers to this method
excel.worksheet.getrange(object cell1, object cell2)

I am passing the cell name as string to the range method

Bob Phillips wrote:

Which you didn't mention in your post.

It works, it must be your code somewhere.

--
HTH

Bob Phillips

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

wrote in message
ups.com...
i tried it and it generated an exception citing problems with
"getrange" method

just wish to know is it possible to access a cell content by its
name?

Bob Phillips wrote:

Did you try it? If you did you would answer your own question.

--
HTH

Bob Phillips

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

wrote in message
oups.com...
Hello all,
just wish to know is it possible to read excel cells by their
name
instead of cell reference.

i.e. instead of using xlsheet.range(A4).value, can i use
xlsheet.range("my_given_name").value
where A4 is named as my_given_name ?








 
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
Reading Cells from One Worksheet in another Mike Setting up and Configuration of Excel 2 July 19th 07 08:26 PM
Reading Cells In another worksheet mike Excel Discussion (Misc queries) 1 June 7th 07 03:09 PM
Reading Cells is the same workbook different tab Mike Excel Discussion (Misc queries) 1 June 7th 07 03:08 PM
Using Cells( ) for Range definition [email protected] Excel Programming 5 September 2nd 03 08:04 PM
reading cells from a spreadsheet using VB Bob Kilmer Excel Programming 0 August 1st 03 01:37 PM


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