Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Andy JL
 
Posts: n/a
Default Numbering a Cell

Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as an
Excel template, I have a invoice number in Cell E14 which is 16 at this time,
I want this number to be automaticaly increased by 1 each time I open the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Sandy
 
Posts: n/a
Default Numbering a Cell

Try this in the workbook object

Private Sub Workbook_Open()
Sheet1.Range("E14").Value = Sheet1.Range("E14").Value + 1
End Sub

Sandy

"Andy JL" wrote in message
...
Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as an
Excel template, I have a invoice number in Cell E14 which is 16 at this
time,
I want this number to be automaticaly increased by 1 each time I open the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Andy JL
 
Posts: n/a
Default Numbering a Cell

Sandy,

Thank you very much that work great. Very easy when you know how..

Andy JL

"Sandy" wrote:

Try this in the workbook object

Private Sub Workbook_Open()
Sheet1.Range("E14").Value = Sheet1.Range("E14").Value + 1
End Sub

Sandy

"Andy JL" wrote in message
...
Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as an
Excel template, I have a invoice number in Cell E14 which is 16 at this
time,
I want this number to be automaticaly increased by 1 each time I open the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL




  #4   Report Post  
Posted to microsoft.public.excel.newusers
Andy JL
 
Posts: n/a
Default Numbering a Cell

Sandy -
Is there any way that I can link the invoice No. in E14 so that the workbook
No. reads "invoice (with the same number & same date as in E16)

Thanks again for your previous quick response
Andy JL

"Sandy" wrote:

Try this in the workbook object

Private Sub Workbook_Open()
Sheet1.Range("E14").Value = Sheet1.Range("E14").Value + 1
End Sub

Sandy

"Andy JL" wrote in message
...
Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as an
Excel template, I have a invoice number in Cell E14 which is 16 at this
time,
I want this number to be automaticaly increased by 1 each time I open the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL




  #5   Report Post  
Posted to microsoft.public.excel.newusers
Sandy
 
Posts: n/a
Default Numbering a Cell

Hi AndyJL

Don't know what you have in cell E16 but if i'm guessing right then I think
you mean something like "Invoice No 16 - Sat, Nov 19, 2005" in a cell. In
which case type
="Invoice No "&E14& " - "&TEXT(E16,"ddd, mmm d, yyyy") in whichever cell
you fancy. E14 being your invoice no and E16 being the date(?). Adjust to
suit.
Sandy

"Andy JL" wrote in message
...
Sandy -
Is there any way that I can link the invoice No. in E14 so that the
workbook
No. reads "invoice (with the same number & same date as in E16)

Thanks again for your previous quick response
Andy JL

"Sandy" wrote:

Try this in the workbook object

Private Sub Workbook_Open()
Sheet1.Range("E14").Value = Sheet1.Range("E14").Value + 1
End Sub

Sandy

"Andy JL" wrote in message
...
Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as
an
Excel template, I have a invoice number in Cell E14 which is 16 at this
time,
I want this number to be automaticaly increased by 1 each time I open
the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL








  #6   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default Numbering a Cell

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html


--

Regards,

Peo Sjoblom


"Andy JL" wrote in message
...
Hi,
I have created a Invoice in Excel from my Office 2000, and saved it as an
Excel template, I have a invoice number in Cell E14 which is 16 at this

time,
I want this number to be automaticaly increased by 1 each time I open the
Template. Is this possible? If it is some very basic simple to follow
instructions on how to do it would be most helpful
Many thanks
Andy JL



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
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Auto Numbering Each Cell In A Column UFWPresident Excel Worksheet Functions 5 June 17th 05 12:18 AM
sequential numbering of pages in a cell John Excel Worksheet Functions 0 February 10th 05 07:01 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 07:19 PM.

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

About Us

"It's about Microsoft Excel"