Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Make last cell in currentregion the activecell

I need some code to make the last cell in the currentregion the active cell

Grateful for any help.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 195
Default Make last cell in currentregion the activecell

check this page out.

http://www.ozgrid.com/VBA/ExcelRanges.htm


Snowsride wrote:
I need some code to make the last cell in the currentregion the active cell

Grateful for any help.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Make last cell in currentregion the activecell

with selection.currentregion
.cells(.cells.count).activate '.select?
end with

Snowsride wrote:

I need some code to make the last cell in the currentregion the active cell

Grateful for any help.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Make last cell in currentregion the activecell

Dave

Just the job!

Thanks

"Dave Peterson" wrote:

with selection.currentregion
.cells(.cells.count).activate '.select?
end with

Snowsride wrote:

I need some code to make the last cell in the currentregion the active cell

Grateful for any help.


--

Dave Peterson

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
How to use ActiveCell to mean a particular cell? Jo[_2_] Excel Worksheet Functions 3 October 4th 07 09:38 PM
If activecell.column = variable then activecell,offset (0,1) Battykoda via OfficeKB.com Excel Discussion (Misc queries) 1 October 2nd 07 08:05 PM
if activecell = the cell below רוזנט Excel Programming 2 December 28th 05 05:30 AM
ActiveCell.CurrentRegion property Microsoft Forum Excel Programming 4 January 11th 05 02:43 PM
Worksheet_Change /ActiveCell.CurrentRegion ? Drabbacs Excel Programming 2 February 20th 04 10:05 PM


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