Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Work Order Template Numbering Macro

Hi Christopher

I'm not familiar with that template. But in general this is a very simple macro:

Sub NextNumber()
With Sheets("Sheet1").Range("C4") 'change to fit
..Value = .Value + 1
End With
End Sub

Now how to run it when may be another thing. If you provide the address where you found
the template then I'll try to look into it.
--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"Christopher Armijo" wrote in message
...
Good Afternoon All,
I downloaded the Work Order Template and noticed that
the work order number (auto number) does not work. When I
change the field it indicates that there should be a macro
to do this. Am I not receiving this macro because of a
firewall or is this something I can find somewhere else?
Thanks for the help!

Christopher



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Purchase Order Template Numbering Whosyourdata Excel Discussion (Misc queries) 2 July 4th 09 03:17 PM
numbering rows in order 1 through whatever, then changing. PO1Draco Excel Discussion (Misc queries) 1 June 21st 08 06:14 PM
Purchase Order Template Numbering Ken Excel Discussion (Misc queries) 0 July 26th 06 08:37 PM
Purchase Order Template Numbering DABroussard Excel Discussion (Misc queries) 0 January 17th 06 03:21 AM
Numbering items from a list in order Natalie Excel Discussion (Misc queries) 8 October 30th 05 10:43 PM


All times are GMT +1. The time now is 05:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"