+ Reply to Thread
Results 1 to 2 of 2

how can i define initial worksheet

Hybrid View

  1. #1
    Miqueias Lucas
    Guest

    how can i define initial worksheet

    dear classmater

    Wow can i define same worksheet as initial worksheet at my excel project?

    --
    Miqueias Lucas - Analista/Programador de sistemas

  2. #2
    Dave Peterson
    Guest

    Re: how can i define initial worksheet

    You want it your workbook to always open to a specific worksheet?

    If yes, put this in a general module:

    Option Explicit
    sub auto_open()
    application.goto worksheets("sheet99").range("a1")
    end sub

    (Change sheet99 to the worksheet you want to be the initial worksheet.)

    Miqueias Lucas wrote:
    >
    > dear classmater
    >
    > Wow can i define same worksheet as initial worksheet at my excel project?
    >
    > --
    > Miqueias Lucas - Analista/Programador de sistemas


    --

    Dave Peterson

+ 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