Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Selecting a Cell inside a range

Then use this

Dim col As Integer
col = 3
Range("Prices").Cells(4, col).Activate


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Khlaudhya" wrote in message ...
And the column is a variable "product"

"Khlaudhya" wrote:

Hi there,

I have a given range named "Prices" selected and I want to activate the third column and first row of that range.

I have

Range("Prices").Select

Cells(1, 3).Activate

but this returns the cell "C1" activated.


Any ideas?

Thank you very much.

Regards,

Khlaudhya



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Selecting a Cell inside a range

Hi,

this was very simple and I'm about to kick my self for not getting there...

thank you.

"Ron de Bruin" wrote:

Then use this

Dim col As Integer
col = 3
Range("Prices").Cells(4, col).Activate


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Khlaudhya" wrote in message ...
And the column is a variable "product"

"Khlaudhya" wrote:

Hi there,

I have a given range named "Prices" selected and I want to activate the third column and first row of that range.

I have

Range("Prices").Select

Cells(1, 3).Activate

but this returns the cell "C1" activated.


Any ideas?

Thank you very much.

Regards,

Khlaudhya




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
Selecting range in list of range names depending on a cell informa Courreges Excel Discussion (Misc queries) 2 June 19th 06 10:59 AM
Selecting a cell in a range Coolboy55 Excel Worksheet Functions 0 August 31st 05 07:17 PM
Selecting a Cell inside a range Vasant Nanavati Excel Programming 1 August 4th 04 07:38 PM
Selecting a Cell inside a range Ron de Bruin Excel Programming 0 August 4th 04 06:55 PM
Selecting a Range inside a range hcova Excel Programming 0 July 13th 04 03:26 PM


All times are GMT +1. The time now is 03:35 AM.

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"