Consulting

Results 1 to 2 of 2

Thread: Adding a common value to a column using VBA

  1. #1
    VBAX Newbie
    Joined
    Dec 2014
    Posts
    3
    Location

    Adding a common value to a column using VBA

    *first time attempting to use VBA
    *mac excel 2011

    Looking to add a common value within the range D1 to D8000 on Sheet1.
    Example:
    Current sheet contains the following;
    D1 = 123
    D2 = 583
    D3 = 229
    etc...to D8000

    I need to add the letters "ALB" prior to each of these numbers.

    What I need:
    D1 = ALB123
    D2 = ALB583
    D3 = ALB229
    etc...

    (The "ALB" could be added at the end just the same, if there is a difference.)
    Last edited by Chris123; 12-16-2014 at 11:01 AM.

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    @ All: See: Adding a common value to a column.

    Chris, (I think that) I answered the question at the Mac Users Forum link above.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

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