how to remove cached results in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

can anybody tell me how to remove cached results from my excel.
if i do some actions on my excel sheet , it is storing all the results,
even if i re-open my excel , later it is displaying that results again.

how to remove these

Thanks
Raj
 
Hi NickHK,

Thaks for reply,

actualy i my problem is

if i open my excel first time combo box doesn’t contains any results .
it fills with data, after click on XYZ button.
now if close excel sheet and then reopen , it having previous results in
that
combo box and if i press XYZ button again combo box is filling redundant
values , how to solve this ,

thanks for reply..


thanks for reply..
Raj
 
Fix the code so it clears the combo box when the workbook closes ?
Use the Workbook_BeforeClose event.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top