Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Range for a single cell


if I have the column number as variable x and the row as variable y
how can I select a cell in column x line y?

I thought : range (x & y).select

but it doesn't work

Thanks


--
michal
------------------------------------------------------------------------
michal's Profile: http://www.excelforum.com/member.php...o&userid=24404
View this thread: http://www.excelforum.com/showthread...hreadid=380193

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Range for a single cell


Cells(2, 3).Select


selects 2nd row and 3rd column


--
anilsolipuram
------------------------------------------------------------------------
anilsolipuram's Profile: http://www.excelforum.com/member.php...o&userid=16271
View this thread: http://www.excelforum.com/showthread...hreadid=380193

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Range for a single cell

Michal

Cells(row, column).Select

Cells(y, x).Select

Regards

Trevor


"michal" wrote in
message ...

if I have the column number as variable x and the row as variable y
how can I select a cell in column x line y?

I thought : range (x & y).select

but it doesn't work

Thanks


--
michal
------------------------------------------------------------------------
michal's Profile:
http://www.excelforum.com/member.php...o&userid=24404
View this thread: http://www.excelforum.com/showthread...hreadid=380193



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
Date Range in single Cell Unknowledgable Geek Excel Discussion (Misc queries) 5 April 4th 07 02:47 AM
Refer to a Single cell in a name range Jitendra Kumar Excel Worksheet Functions 1 October 18th 06 02:23 PM
Range of numbers in a single cell DRB Excel Discussion (Misc queries) 2 January 12th 06 12:18 AM
looking for range of text in a single cell hatter Excel Discussion (Misc queries) 0 August 29th 05 06:23 PM
Range.Find returns cell outside of range when range set to single cell Frank Jones Excel Programming 12 June 10th 04 04:22 AM


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