help_for_excel
Board Regular
- Joined
- Feb 24, 2012
- Messages
- 72
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....
please help...thanks in advance
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....
please help...thanks in advance