+ Reply to Thread
Results 1 to 7 of 7

incrementing account numbers

Hybrid View

Guest incrementing account numbers 03-09-2006, 05:25 PM
kevindmorgan Increase number 03-09-2006, 05:47 PM
Guest Re: incrementing account... 03-10-2006, 10:50 AM
Guest Re: incrementing account... 03-09-2006, 05:50 PM
Guest Re: incrementing account... 03-10-2006, 09:20 AM
Guest Re: incrementing account... 03-10-2006, 09:25 AM
kevindmorgan Macro Security 03-10-2006, 10:30 AM
  1. #1
    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.

+ 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