By Sven Börner-Sachs on Monday, 23 July 2018
Posted in VBA Development
Likes 0
Views 1.5K
Votes 0
Imagine you have a lot of visio sheets, all display the value of the attribute watermark, and now you remove the watermarks for all visio sheets by worksheet.
I am trying to setup some VBA to automatically run through all selected visio sheets to update them, but this does not (always) work well

Call objSingleSheet.Open(aucSheetOpenAutosave)
Call objSingleSheet.Refresh
Call objSingleSheet.Close

How do I do "F5-key" on a visio sheet, opened by VBA?

This works on some Sheets, but not on all..
Who can help me, please? Thanks a lot.
View Full Post