DFragnDragn
Board Regular
- Joined
- Mar 6, 2010
- Messages
- 81
Hi, I'm trying to prevent xps overwrite on save.
I can't get anything to work. I'd prefer to use a variable value to individualize each save.
Is it even possible?
I can't get anything to work. I'd prefer to use a variable value to individualize each save.
Is it even possible?
Code:
With ActiveSheet
.ExportAsFixedFormat _
Type:=xlTypeXPS, _
Filename:="C:Attempt\& Test.xps", _
OpenAfterPublish:=False
End With
Last edited by a moderator: