+ Reply to Thread
Results 1 to 17 of 17

REF: Named Range Issue?

  1. #1
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    REF: Named Range Issue?

    Hello,

    I posted in the wrong section since this probably has to do with VBA issues.



    I hope someone can figure out why the data repeats in column T on the 'Input' sheet and doesn't match the data on the 'PartsData' sheet for the record.

    I appreciate the help.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: REF: Named Range Issue?

    You cannot populate a non-contiguous range like that.
    You will need to loop through the range

  3. #3
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: REF: Named Range Issue?

    In col T -
    You wanted to populate data from sheet "PartsData" col - AG,AH..,Ak respectively in T5 to T20 ??
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  4. #4
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    Thank you for the reply. Can it be done another way? These cells will have possible paragraphs of information.

  5. #5
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    Yes that is how I want it populated from the Input sheet. When I clear and go back to the record the data isn't matching.

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: REF: Named Range Issue?

    How about
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    Thanks Fluff is that in more that one area of codes?

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: REF: Named Range Issue?

    It simply replaces this line
    Please Login or Register  to view this content.
    In you Change Event code

  9. #9
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    I get a compile error sorry

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: REF: Named Range Issue?

    Did you declare both Cl & i?

  11. #11
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    No I didn't how? Sorry I am not that familiar with how to do that please.
    Last edited by fredfarmer; 03-13-2019 at 01:12 PM.

  12. #12
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: REF: Named Range Issue?

    Add above the code in post #6:
    Dim i As Integer
    Dim Cl As Range

  13. #13
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: REF: Named Range Issue?

    Just for the record, this thread follows on from https://www.excelforum.com/excel-gen...nge-issue.html

  14. #14
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    Wow it worked thank you very much for your help guys.

  15. #15
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: REF: Named Range Issue?

    Quote Originally Posted by fredfarmer View Post
    I posted in the wrong section since this probably has to do with VBA issues.
    Please take the time to review our rules. There aren't many, and they are all important. Rule #5 prohibits duplicate threads. If you created a thread in the wrong place, do not create a duplicate. Click on Report at the bottom of your post and ask a Moderator to move it for you.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  16. #16
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: REF: Named Range Issue?

    Okay Mr. Jazzer I will do that in the future sorry for the violation.

  17. #17
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: REF: Named Range Issue?

    Quote Originally Posted by fredfarmer View Post
    Wow it worked thank you very much for your help guys.
    Glad we could help & thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Named Range Issue?
    By fredfarmer in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 03-13-2019, 01:38 PM
  2. [SOLVED] Named Range in Macro Issue
    By Isara-NJ in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-30-2017, 11:58 AM
  3. [SOLVED] Named Range issue
    By SHUTTEHFACE in forum Excel General
    Replies: 3
    Last Post: 03-20-2015, 11:04 AM
  4. [SOLVED] Issue w/dynamic named range causing Excel to crash
    By plasmas222 in forum Excel General
    Replies: 10
    Last Post: 03-07-2014, 08:18 PM
  5. [SOLVED] Dynamic Named Range issue with Data Validation
    By bamaisgreat in forum Excel General
    Replies: 5
    Last Post: 11-29-2012, 02:07 PM
  6. Dynamic named range issue
    By zbreima in forum Excel General
    Replies: 2
    Last Post: 01-20-2011, 04:07 PM
  7. Named Range Issue
    By Gardfd in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-16-2006, 01:10 PM

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