Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default ActiveCell.Row & Column intersect

I'm am trying to refer to the cell where the ActiveCell.Row and
Column(7) intersect. Any help would be greatly appreciated. Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default ActiveCell.Row & Column intersect

Try this

Cells(ActiveCell.Row, "G").Select

Or

Cells(ActiveCell.Row, 7).Select


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ups.com...
I'm am trying to refer to the cell where the ActiveCell.Row and
Column(7) intersect. Any help would be greatly appreciated. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default ActiveCell.Row & Column intersect

That did the trick. Thanks Ron

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
If activecell.column = variable then activecell,offset (0,1) Battykoda via OfficeKB.com Excel Discussion (Misc queries) 1 October 2nd 07 08:05 PM
Select cell where column and row intersect. [email protected] Excel Programming 6 December 3rd 06 08:01 PM
Row column intersect thiaga Excel Programming 0 April 4th 06 06:32 PM
How to set ActiveCell to a new column? Carl[_7_] Excel Programming 5 March 17th 05 10:07 PM
How do I find where a column value and row value intersect? Amy Excel Worksheet Functions 2 January 12th 05 11:19 PM


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