- Print
- DarkLight
- PDF
How do I save to a sub-folder when using FIMS macros?
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can add another directory to the macro coding in order to save documents to a sub-folder when running FIMS macros.
Answer:
When saving electronic documents through the use of macros to profile and fund folders, you can specify particular subfolders within your profile or fund folders for particular types of documents. For example:
- Your current fund folders are directed to C:\Fund Documents\{Fund ID}. Ex. C:\Fund Documents\Bass__
- You want to have your fund statements saved in C:\Fund Documents\Bass__\Statements in order to further organize your fund folder.
- path= «FundsExploreDir» ;path2= «ProfileExploreDir» ;statementdescr= «Statement_Description» ;baseperiod= «Base_Period» ;baseyear= «Base_Year» ;fundid= «FundID» ;repid= «FundRepIdcode» ;
- path= «FundsExploreDir»\Statements ;path2= «ProfileExploreDir» ;statementdescr= «Statement_Description» ;baseperiod= «Base_Period» ;baseyear= «Base_Year» ;fundid= «FundID» ;repid= «FundRepIdcode» ;
Was this article helpful?