Message 1 of 4
How to remove a sheet from SSM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a way to remove a sheet from a .dst file aka Sheet Set Manager using VB
I found a something similar with lisp, (dictremove (namedobjdict) "AcSheetSetData")
but it dosen't remove the file from the .dst file
Any tips?