VBA to create invoice from several sheets and email

englandmark

Board Regular
Joined
Apr 9, 2015
Messages
62
This seems to be very challenging for me, but i will thank you in advance excel Guru's.
I have several sheets used for ordering from different divisions and also one for outside sales.
I would like to generate an invoice from any of the worksheets and send a PDF invoice to my coordinator for sending to the customer.
Thanks again for any help in advance guys and gals.

Goal
To create invoice from several order sheets and email when cell specifies yes to specific employee (Yes is selected Y in last column named Invoice)

Order sheets (Sheets named RH Commercial, RH Service, RH Residential, Aug Commercial, Aug Service, Outside Sales)
ABCDEFGHIJKLMNOPQRSTUVWXY
Invoice #DeliveryCustomers NameAddressCityStatePhone numberDate OrderedDate fabricatedJob numberJob nameDescriptionGaugeQuantity L/fGirthSheetsSheet costMaterial costFab costSell priceL/F CostRPI PriceRPI L/F or EachRPI DiscountInvoice

<tbody>
</tbody>


Invoice (Sheet name invoice)
Invoice Number: D6 copy from cell A
Delivery: D29 copy from cell B
Customers name: B8 copy from cell C
Job Name: B9 copy from cell K
Job Number: D9 copy from cell J
Billing Address: B10 copy from cell D
City: B11 copy from cell E
State: B12 copy from cell F
ZIP: B13 auto generate from address
Quantity: A16 copy from cell N
Description: B16 copy from cell L
Unit Price: C16 copy from cell W, Outside Sales sheet copy U
Total: D16 copy from cell V, Outside Sales sheet copy T

If same customer same address same date fabricated and yes selected add below A16, B16, C16, D16 and below on same invoice
(Multiple products same order)

Invoice range A1:D33
Create PDF attachment to email and send to soandso@gmail.com
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
I do appoligise, as you can see they were prior to your original notice.
I understand and will follow as you have explained
 
Upvote 0
I didn’t realize the two sites were linked
I am now aware thanks
The sites are NOT linked.

The issue is Cross Posting without links can result in people needlessly wasting time suggesting things that may have already been suggested, or working on a problem that might have already been solved elsewhere. Read this, and I think you will understand: https://www.excelguru.ca/content.php?184
 
Upvote 0

Forum statistics

Threads
1,214,563
Messages
6,120,248
Members
448,952
Latest member
kjurney

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top