Force method (GetFromClipboard) to finish before executing next command in VBA
问题 I want to copy a variable to the clipboard using the PutInClipboard -methode. Due to a known bug in Win10 I need to verify if the content of the clipboard is actually what it's suppose to be. Unfortunalty it does not work as expected and I need to "enforce" the PutInClipboard -methode by using the wait-Methode, otherwise the comparison returns true , even though the values should not be the same: 'Put the content of a variable into the clipbaord Dim strDesiredClipboardContent as String Dim