View Single Post
  #20   Report Post  
Posted to microsoft.public.excel.programming
Excel 009 Excel 009 is offline
external usenet poster
 
Posts: 29
Default How can I clean the buffer from the folder picker?

Hi Nike,

What do you meant by dim another variable under strX?

When a variable is dim as public, although it can be called through out
the project, but once the program is terminated (with the workbook
still remaining open), the variable got destroyed. So just dim the
variable as public is not good enough.

May be I should make a new post on this question.

- Excel 009