View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sonnich Jensen[_2_] Sonnich Jensen[_2_] is offline
external usenet poster
 
Posts: 11
Default Getting the save prompt

Browsing this group, I found that I have an odd problem - I would like
to get the save prompt, but I dont.

I have tried using stuff like activeworkbook.save

' save the document
NewWkBk.Save

My problem: I want to prompt the user for a filename, so it can be
saved... but that does never happen, the code above just gives me a
file like book8.xls in the default dir

How do I pop the save dialog?

WBR
Sonnich