Getting correct default save name and save directory with spaces in VBA
问题 I have a lot of excel templates with varying names. One of them is called griep-weerstand v4.xlsb . But my question is about all the templates. I want to integrate the filename into a save script which sets the default save directory and default save name. Both have spaces in the name. After adding the correct number of quotes, the default save directory is set correctly, however, I keep struggling with adding the workbookname to the script. I tried several things and none of them has worked