Hi,
I'm trying to find out if there is any difference between ways of saving a workbook.
I have a userform that pops up before saving the workbook.
If I save the workbook using the save button, press Ctrl + S or use SendKeys("^"&"s") it is no problem.
But if I use ThisWorkbook.Save or...