I have a table with entities and baseAmounts as the following example:
entity1 base1 entity2 base2 entity3 base3
1 TCO 100 CAT 200 ACT 300
2 CAT 400 ACT 500 TCO 600
I need to sum all like Entities:
Sum of all TCO
Sum of all CAT
Sum of all...
I have a Word Merge document that includes a unique id for each section. I want to save each section as a separate file using the unique id as the file name (ex. TL201.doc). I'm merging the data into Word from an Access Database.
Here is my code:
Sub MergeAllRecordsToFolder()
'
'...
I have a 1900 page Adobe pdf document where each page is just a set of signatures. I want to view a random number of pages, say 30% of the entire document. I have added bates numbers to these pages.
Any suggestions???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.