JeremyRTDean
Level 5
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
11-05-22
05:06 AM
Status:
New
There are dozens of Excel functions that are not included in BP out-of-the-box but can be added with the use of a simple enumerator in the code. For example 'Save as CSV' changes wb.SaveAs(filename) to wb.SaveAs(filename,6)
Explode the number of actions available to users by including these enumerators as variables in the interface or passing the variable to the action OOTB - rather than forcing users to re-code the VBO statements individually.
Explode the number of actions available to users by including these enumerators as variables in the interface or passing the variable to the action OOTB - rather than forcing users to re-code the VBO statements individually.
3 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.