PC Review


Reply
Thread Tools Rate Thread

Deprecated [...]

 
 
Bruno Campanini
Guest
Posts: n/a
 
      5th Nov 2009
I posted this on microsoft.public.excel but I didn'n
get any opinions yet.
May be I'll be more this side...
--------------------------------------------------------------
What's about MS "deprecated" notation [Sheet2!B5]?
I'm using that notation as it is much simpler to write
than Worksheets("Sheet2").Range("B5").

Am I alone? any opinions?

Bruno

PS
Well, I know I can't use [Sheet2!B5](2),
[MyRangeVar], etc.

 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      5th Nov 2009
Not sure where you get the idea that [] is deprecated.

Sure [A1] is faster to type than Range("A1"). It may be fine for quick
testing but suggest never use it in completed code.

1. the object is hardcoded
2. no intellisense
3. internally *considerably* more work is required to "Evaluate" whatever is
between the square brackets. Qualifying with Range directly gets the
object's properties and methods from the type library.

Regards,
Peter T


"Bruno Campanini" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I posted this on microsoft.public.excel but I didn'n
> get any opinions yet.
> May be I'll be more this side...
> --------------------------------------------------------------
> What's about MS "deprecated" notation [Sheet2!B5]?
> I'm using that notation as it is much simpler to write
> than Worksheets("Sheet2").Range("B5").
>
> Am I alone? any opinions?
>
> Bruno
>
> PS
> Well, I know I can't use [Sheet2!B5](2),
> [MyRangeVar], etc.
>



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      5th Nov 2009
You did get replies.

I'm not sure how you're looking, but I use google to search groups.

http://groups.google.com/advanced_se...public.excel.*

Give it enough information (you as the author, maybe a keyword or date) and
you'll find it.

Bruno Campanini wrote:
>
> I posted this on microsoft.public.excel but I didn'n
> get any opinions yet.
> May be I'll be more this side...
> --------------------------------------------------------------
> What's about MS "deprecated" notation [Sheet2!B5]?
> I'm using that notation as it is much simpler to write
> than Worksheets("Sheet2").Range("B5").
>
> Am I alone? any opinions?
>
> Bruno
>
> PS
> Well, I know I can't use [Sheet2!B5](2),
> [MyRangeVar], etc.
>


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deprecated [...] Bruno Campanini Microsoft Excel Discussion 5 5th Nov 2009 09:00 AM
wsprintf deprecated? Ben Rush Microsoft VC .NET 3 10th May 2004 05:05 PM
Deprecated in .NET Eduardo Pavinato Klein Microsoft Dot NET Framework 1 11th Mar 2004 03:06 PM
VSA has been deprecated???? None Microsoft Dot NET Framework 0 26th Nov 2003 03:06 AM
IMessengerAddIn deprecated? Yakker Windows XP Messenger 2 15th Sep 2003 07:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:36 AM.