+ Reply to Thread
Results 1 to 3 of 3

Workbook call duedate more than one sheet

Hybrid View

unley Workbook call duedate more... 07-20-2009, 07:56 PM
shg Re: Workbook call duedate... 07-20-2009, 07:57 PM
unley Re: Workbook call duedate... 07-20-2009, 08:05 PM
  1. #1
    Forum Contributor unley's Avatar
    Join Date
    11-27-2008
    Location
    South Australia
    MS-Off Ver
    MS Office 2007
    Posts
    253

    Workbook call duedate more than one sheet

    Sorry that this must be a very simple code to put in but what syntax shall I put in for more than one sheet for workbook calling sheets for due date

    This is what I have at the moment
    Sub Workbook_Open()
        Call Sheet1.duedate
        
    End Sub

    I want to include Sheet2 and Sheet3 as well.
    I've tried comma, bracket etc but did'nt work

    Thank you
    Last edited by unley; 07-20-2009 at 08:06 PM.

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

    Re: Workbook call duedate more than one sheet

    Private Sub Workbook_Open()
        Sheet1.duedate
        Sheet2.duedate
        Sheet3.duedate  
        ' ...
    End Sub
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor unley's Avatar
    Join Date
    11-27-2008
    Location
    South Australia
    MS-Off Ver
    MS Office 2007
    Posts
    253

    Re: Workbook call duedate more than one sheet

    Well I wonder know lol. I would'nt thought this way. I thought it must be done in one line

    Thank you very much shg for such a quick reply

    cheers

+ 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