- Print
- DarkLight
- PDF
Can I save a Scholarship Letter with the SaveGrantLetterGrantNumberFolder Macro?
Article summary
Did you find this summary helpful?
Thank you for your feedback
I don't see any macros for scholarships. Can I use the grant macros instead?
Answer:
A scholarship letter can be saved with the grant macro by making some changes to header code on the document.
In order to save a scholarship letter using the SaveGrantLetterGranrNumberFolder macro, you will need to adjust the header code that is placed on the merge template.
You can adjust the regular grant letter header code. Here are the changes that will need to be made:
1. Delete > after path4
2. Delete > after idcode
3. Delete > after fundpath
The resulting code should look like this: path= «AppExploreDir» ;path2= «PayeeExploreDir» ;grantee= «Organization» ;path3= «ProfileExploreDir» ;path4=;idcode=;grantnum= «GrantNum» ;lettername=granteeapproval;fundpath=
In order to save a scholarship letter using the SaveGrantLetterGranrNumberFolder macro, you will need to adjust the header code that is placed on the merge template.
You can adjust the regular grant letter header code. Here are the changes that will need to be made:
1. Delete > after path4
2. Delete > after idcode
3. Delete > after fundpath
The resulting code should look like this: path= «AppExploreDir» ;path2= «PayeeExploreDir» ;grantee= «Organization» ;path3= «ProfileExploreDir» ;path4=;idcode=;grantnum= «GrantNum» ;lettername=granteeapproval;fundpath=
Was this article helpful?