+ Reply to Thread
Results 1 to 3 of 3

Chr

  1. #1
    Forum Contributor
    Join Date
    02-23-2015
    Location
    united kingdom
    MS-Off Ver
    14.0.7143.5000 (32-bit)
    Posts
    124

    Chr

    If Cells(i, 6) = Sheets("Machining").Range("j10") And Sheets(tab1).Cells(i, 12) = "As wound" Then
    Let myrange = "f" & i + 1 & ":" & "f" & i + gr

    For Each cell In Range(myrange)
    cell.Value = Sheets("Machining").Range("J10") & "." & Chr(56 + i)
    i = i + 1

    Next cell
    End If

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Chr

    1. Is there a question in there some where?

    2. Please use code tags when posting code

    3. Please rename your thread to something that actually describes your problem
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Chr

    Please take a few minutes to read the forum rules, and then amend your thread title accordingly and edit your post to add CODE tags.

    You might also consider telling us what you're trying to do, and what your question is.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

+ 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