Posts by ReDvaNiLLa

    I have a Macro code that pops up a shape and moves it across the screen.
    I want to be able to move a picture instead of a shape.
    How do I go about doing that?



    Here's my code

    I have edited a workbook that originally had just an excel game on it.
    I created a new sheet tab on the same workbook and labeled it Sheet1 and that leaves the excel game on Sheet 2 or 3.
    My problem is that every time I open my workbook, it automatically goes to the the sheet with the game on it.
    I tried to force a code but it didn't work. This is the code I used...


    Code
    Private Sub Workbook_Open()
        Sheets("Welcome Color Laser Team!").Select
    End Sub


    I just started studying macros and VBA. So I have no idea what I am doing.
    I need help.