Results 1 to 7 of 7

incrementing account numbers

Threaded View

  1. #7
    Registered User
    Join Date
    03-07-2006
    Posts
    34

    Macro Security

    To enable macros:

    Tools>Macro>Security

    In Security Level Tab, set to Medium.

    For the second cell. Just add the other cell in the macro:

    Sub Auto_Open()
    Sheets("whicheversheet").select
    Cells(1, 5).Value = Cells(1, 5).Value + 1
    Cells(19, 5).Value = Cells(19, 5).Value + 1
    End Sub
    Last edited by kevindmorgan; 03-10-2006 at 10:32 AM.

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