PC Review


Reply
Thread Tools Rate Thread

creating, concatinating, cell addresses

 
 
Mal
Guest
Posts: n/a
 
      8th Apr 2008
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 With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      8th Apr 2008
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatinating one PK from one tbl & autonumber for a PK in a 2nd t =?Utf-8?B?UmljaGFyZA==?= Microsoft Access 7 5th Nov 2007 12:47 PM
Concatinating one PK from one tbl & autonumber for a PK in another =?Utf-8?B?UmljaGFyZA==?= Microsoft Word Document Management 3 31st Oct 2007 12:08 PM
Concatinating text plus cell containing date =?Utf-8?B?TG9yaQ==?= Microsoft Excel Worksheet Functions 2 17th Oct 2007 08:06 PM
Inserting VLookup using VBA - Problems concatinating contents of cell & variable scott_smith@standardlife.com Microsoft Excel Programming 5 20th Apr 2007 09:20 AM
concatinating fields Microsoft Access 3 18th Nov 2005 12:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:59 AM.