Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default Adding code right after the "Save As" dialog box

I have created an excel application whose footer has -apart from other
things- the full path and file name where the excel workbook resides.

I would like this information (fullpath + file name) to be reflected in the
footer when my user clicks on €śSave as€ť. How can I invoke an event and make
decisions €“change the footer- based upon what my user has entered in Save As?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Adding code right after the "Save As" dialog box

The ThisWorkbook module has a BeforeSave event for ThisWorkbook where you
should be able to do that in.

--
Rick (MVP - Excel)


"Jess" wrote in message
...
I have created an excel application whose footer has -apart from other
things- the full path and file name where the excel workbook resides.

I would like this information (fullpath + file name) to be reflected in
the
footer when my user clicks on €śSave as€ť. How can I invoke an event and
make
decisions €“change the footer- based upon what my user has entered in Save
As?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Adding code right after the "Save As" dialog box

Wouldn't it make more sense to use the _beforeprint event?

Jess wrote:

I have created an excel application whose footer has -apart from other
things- the full path and file name where the excel workbook resides.

I would like this information (fullpath + file name) to be reflected in the
footer when my user clicks on €śSave as€ť. How can I invoke an event and make
decisions €“change the footer- based upon what my user has entered in Save As?


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Save In" dialog (dialogue) issue Dan Levin Excel Discussion (Misc queries) 0 April 1st 08 06:20 PM
"Save As WebPage" dialog box missing Luis Excel Discussion (Misc queries) 2 August 31st 06 09:54 AM
Excel "Save as" dialog - when file already exists MattM[_2_] Excel Programming 3 July 19th 06 01:43 PM
How do you turn off "Save a copy/Overwrite changes" dialog box Nicko Excel Discussion (Misc queries) 4 December 8th 05 05:22 PM
Getting "Save as PDF File" Dialog at end of printing to PDF using PDFwriter Chuck Reed Excel Programming 4 May 13th 04 12:01 PM


All times are GMT +1. The time now is 04:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"