+ Reply to Thread
Results 1 to 3 of 3

Removing .Select to Improve Code Efficiency

  1. #1
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Removing .Select to Improve Code Efficiency

    Hi all, I was reworking some code that searches one sheet for unique identifiers, and then transfers the data over to another sheet with the same unique identifier. As suggested by Andrew, I've been trying to change a lot of code where .Select is used to make the code more efficient and quicker.
    Eg:

    Please Login or Register  to view this content.
    has now become:
    Please Login or Register  to view this content.
    But, sometimes this way does not work, at least not for me. Can the following code be changed to use less .Select?

    Please Login or Register  to view this content.
    I've tried a couple of different times to remove some, and even all of the .Select's but cannot do it without either compile or runtime errors.

    Thanks
    Last edited by Mordred; 08-25-2010 at 01:48 AM.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Removing .Select to Improve Code Efficiency

    Hi

    how about
    Please Login or Register  to view this content.
    rylo

  3. #3
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Removing .Select to Improve Code Efficiency

    Not one .Select! Thanks again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1