Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 303
Default select a cell based on A1 contents

What would be the code to select or activate a cell referred to in cell A1.

I.e.
A1 has as value of B29.
How can I instruct via macro to select B29?

Thanks
Bill K




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default select a cell based on A1 contents

Bill,

Range(Range("A1").Value).Select


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



"Bill Kuunders" wrote in message
...
What would be the code to select or activate a cell referred to
in cell A1.

I.e.
A1 has as value of B29.
How can I instruct via macro to select B29?

Thanks
Bill K






  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 303
Default select a cell based on A1 contents

Thanks Chip.

Was going to use it for the other enquiry from Al on the 24th .
Keep Consistent cell positions on screen across tabs

Since realised that I should look at the active cell coordinates to make it
completely automatic.
I'm not getting there yet.
Maybe you can have a go at that one?
Could be usefull for others.

--
Greetings from New Zealand
Bill K



"Chip Pearson" wrote in message
...
Bill,

Range(Range("A1").Value).Select


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



"Bill Kuunders" wrote in message
...
What would be the code to select or activate a cell referred to in cell
A1.

I.e.
A1 has as value of B29.
How can I instruct via macro to select B29?

Thanks
Bill K








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
Using Cell Contents to Select Worksheet with Same Name as Cell Con Alan Sexter Excel Worksheet Functions 14 June 22nd 09 04:59 AM
I cannot select a single cell or pull down cell contents Carolyn Fahm Excel Worksheet Functions 0 January 24th 06 04:54 PM
How do I select & use contents of first non-blank cell in row? plf100 Excel Worksheet Functions 9 November 15th 05 12:16 PM
Can I select a range based on the cell's contents? [email protected] Excel Programming 1 July 29th 05 11:08 AM
Please help! Macro to change cell contents based on cell to the left Jennifer[_8_] Excel Programming 7 March 4th 04 01:06 AM


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