Results 1 to 5 of 5

CoVBA looks at first line of code and then last - nothing in between

Threaded View

BRISBANEBOB CoVBA looks at first line of... 09-16-2013, 06:03 PM
Sbarro79 Re: Nothing happens 09-16-2013, 07:07 PM
BRISBANEBOB Re: Nothing happens 09-16-2013, 08:00 PM
JBeaucaire Re: CoVBA looks at first line... 09-16-2013, 08:17 PM
BRISBANEBOB Re: CoVBA looks at first line... 09-16-2013, 08:41 PM
  1. #1
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    CoVBA looks at first line of code and then last - nothing in between

    Hi (again)

    Absolute newbie at code (any code, not just VBA). I have a sheet called MustDo, I have a sheet called Single, I have a named range called TemplateSelect which has a value of 1. When I run the code in step mode it just goes from the first line to the last without executing the middle. I realise this must be an absolutely basic mistake but I can't figure it.

    Any help appreciated

    Sub FieldTransfer()
        
    If TemplateSelect = 1 Then
        Sheets("MustDo").Select
        Range("AA13:AG15").Select
        Selection.Copy
        Sheets("Single").Select
        Range("D12").Select
        Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
            :=False, Transpose:=False
        Range("D16").Select
        
    End If
    
    End Sub
    Last edited by BRISBANEBOB; 09-16-2013 at 08:41 PM. Reason: Add code tags

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