View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
goaljohnbill goaljohnbill is offline
external usenet poster
 
Posts: 18
Default getsaveasfilename loop... < false and not already exists

Worked great! thanks. It never occured to me to put ifs inside the do
loop. Everytime I learn 1 thing i end up wondering how to do 3 more.
I did take out the msgbox, temp close and call since that was the
stuff i wanted to do away with to begin with. The if part will go very
easily into other Do getsaveasfilename loops to give the same
functionality.

Thanks again
john