Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 85
Default xllastcell vs xlcelltypelastcell

Occationally when I record a macro, Excel inserts .specialcells(xllastcell).

However, I cannot find this value documented anywhere. The nearest that the
MS documentation gets is xlcelltypelastcell.

Is there a difference between these two?

If so, where do I find xllastcell documented?

TIA


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default xllastcell vs xlcelltypelastcell

Both constants evaluate to 11. In Excel 97 MS gave new names to many of
Excel's defined constants but they had to continue to support the older
names for compatibility reasons.

--
Jim Rech
Excel MVP
"Paul Lautman" wrote in message
...
| Occationally when I record a macro, Excel inserts
..specialcells(xllastcell).
|
| However, I cannot find this value documented anywhere. The nearest that
the
| MS documentation gets is xlcelltypelastcell.
|
| Is there a difference between these two?
|
| If so, where do I find xllastcell documented?
|
| TIA
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 85
Default xllastcell vs xlcelltypelastcell

Thanks Jim, so which are the newer names?

The documentation only lists xlcelltypelastcell, but the macro recorder
inserts xllastcell?

"Jim Rech" wrote in message
...
Both constants evaluate to 11. In Excel 97 MS gave new names to many of
Excel's defined constants but they had to continue to support the older
names for compatibility reasons.

--
Jim Rech
Excel MVP
"Paul Lautman" wrote in message
...
| Occationally when I record a macro, Excel inserts
.specialcells(xllastcell).
|
| However, I cannot find this value documented anywhere. The nearest that
the
| MS documentation gets is xlcelltypelastcell.
|
| Is there a difference between these two?
|
| If so, where do I find xllastcell documented?
|
| TIA
|
|




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default xllastcell vs xlcelltypelastcell

the one listed is the newer name.

--
Regards,
tom Ogilvy

"Paul Lautman" wrote in message
...
Thanks Jim, so which are the newer names?

The documentation only lists xlcelltypelastcell, but the macro recorder
inserts xllastcell?

"Jim Rech" wrote in message
...
Both constants evaluate to 11. In Excel 97 MS gave new names to many of
Excel's defined constants but they had to continue to support the older
names for compatibility reasons.

--
Jim Rech
Excel MVP
"Paul Lautman" wrote in message
...
| Occationally when I record a macro, Excel inserts
.specialcells(xllastcell).
|
| However, I cannot find this value documented anywhere. The nearest

that
the
| MS documentation gets is xlcelltypelastcell.
|
| Is there a difference between these two?
|
| If so, where do I find xllastcell documented?
|
| TIA
|
|






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 do i make it so that when a sheat is selected either via link or tab, that xlLastCell is selected. the last on the sheet. Daniel Excel Worksheet Functions 1 July 12th 05 01:30 AM
Cntrl + End (xlLastCell) Bill Excel Discussion (Misc queries) 2 January 22nd 05 03:56 AM
SpecialCells(xlCellTypeLastCell) Tom Ogilvy Excel Programming 0 July 21st 04 03:37 PM
xlLastCell question Rich[_16_] Excel Programming 1 December 1st 03 08:35 AM
.SpecialCells(xlLastCell).Select jim c. Excel Programming 3 October 3rd 03 04:02 PM


All times are GMT +1. The time now is 07:19 PM.

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"