Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: BertG

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    1,635

    Thanks for your response. I did find a way to do...

    Thanks for your response. I did find a way to do it in VBE. With the following code:
    Sub auto_open()
    On Error Go to ErrorCatch
    Cells(9, 13) = Cells(9, 13) + 1
    If Cells(9, 13) = 10000 Then...
  2. Answers
    3
    Views
    1,635

    Auto Sequential Numbering

    Is there a way within Excel to Auto Generate a new number every time I open a spreadsheet.ie: I made a Purcahse Order template and I would like for Excel to generate a new Purchase Order number...
Results 1 to 2 of 2