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 ActiveWorkbook.Save the userform is not behaving the way it is supposed to.
How are there methods different?
Appreciate all answers.
-Thomas
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 ActiveWorkbook.Save the userform is not behaving the way it is supposed to.
How are there methods different?
Appreciate all answers.
-Thomas