Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / August 2007

Tip: Looking for answers? Try searching our database.

How do I save Ship to and Bill to information?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
velkolar - 31 Jul 2007 21:12 GMT
I have downloaded an Excel template, "sales invoice with tax and shipping and
handling calculations" and am wondering if there is a way to save the
customer information. Also, is there a way to automatically have the invoice
number change to the next number?...Thank You.
Smitty - 01 Aug 2007 23:02 GMT
For the first part, if this will be for repeat customers, I'd think about
using a master customer sheet where you can add all of your customer
information, then use a combination of Data Validation for customer reference
and VLOOKUP to return all of their relevant information.

If it's one time orders and you just want to build a database of orders
you'll need to go the other direction and use VBA to transfer the invoice
data to a master sheet.  

But you need VBA anyway to increment an invoice #, which you can do like so:

Range("A1").Value = Range("A1").Value +1

HTH,

Smitty

> I have downloaded an Excel template, "sales invoice with tax and shipping and
> handling calculations" and am wondering if there is a way to save the
> customer information. Also, is there a way to automatically have the invoice
> number change to the next number?...Thank You.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.