06-16-2021
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-16-2021
04:32 AM
According to the help page the AddBorder() function takes 2 arguments.
In your code i see 3:
1 2 3
Set oBorder = oSheet.AddBorder(oBorderDef, , sPromptStrings)you could try:
Set oBorder = oSheet.AddBorder(oBorderDef, sPromptStrings)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com