EBDN - Community - Question & Answers

  Monday, 23 July 2018
  4 Replies
  1.5K Visits
0
Votes
Undo
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.