Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default creating, concatinating, cell addresses

I have two cells. Both contain numbers, say x and y. How do I create a cell
address that uses one of the numbers as the column and the other as the row,
i.e cell:row x,column y
--
Mal
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default creating, concatinating, cell addresses

dim x as long
dim y as long

x = 1
y = 2
msgbox cells(x, y).value
--
HTH...

Jim Thomlinson


"Mal" wrote:

I have two cells. Both contain numbers, say x and y. How do I create a cell
address that uses one of the numbers as the column and the other as the row,
i.e cell:row x,column y
--
Mal

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
Creating emailing list from column of addresses Howard Excel Discussion (Misc queries) 2 April 9th 10 06:38 PM
Concatinating text plus cell containing date Lori Excel Worksheet Functions 2 October 17th 07 08:06 PM
Inserting VLookup using VBA - Problems concatinating contents of cell & variable [email protected] Excel Programming 5 April 20th 07 09:20 AM
Creating an Excel sheet with Addresses using a Macro KnightRiderAW Excel Programming 2 January 11th 06 09:25 PM
Concatinating cells Praveen Excel Programming 4 August 11th 05 09:14 AM


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

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"