Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Cell addressing

Hello

I have two cells, for example (2,3) and (16,7), and I want to create Range
from them - C2:G16.

How to convert (2,3) into C2 ? Of course I know, that I can do it myself
building an array of letters, but is there a way to force Excel into this
conversion?

Thank you in advance!

tk


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Cell addressing

Try

Range(Cells(2, 3), Cells(16, 7)).Address


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Tomasz Klim" wrote in message
...
Hello

I have two cells, for example (2,3) and (16,7), and I want to
create Range from them - C2:G16.

How to convert (2,3) into C2 ? Of course I know, that I can do
it myself building an array of letters, but is there a way to
force Excel into this conversion?

Thank you in advance!

tk




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
Cell Addressing John Calder New Users to Excel 3 March 9th 07 12:32 PM
Cell addressing Mike Excel Worksheet Functions 0 November 30th 06 02:51 PM
Cell addressing John Excel Worksheet Functions 0 November 30th 06 12:40 PM
Cell addressing Mike Excel Worksheet Functions 0 November 30th 06 09:02 AM
VBA Cell Addressing Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 5 March 16th 05 09:51 PM


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