Hi I am writing VBA code to control powertpoint from Excel
my code is
Private ppt_2 As PowerPoint.Presentation
my question is: How to clean\empty PPt_2 variable,
set ppt_2 = nothing, closes power-point file and I don't want to close the file. Is there any other way to clean variable...