save as & file location dialog box popup

Status
Not open for further replies.

moron

Member
Outlook version
Email Account
Exchange Server 2007
1. how to make it popup save as dialog where user can choose where to save it?

currently i'm using this to save:
oDoc.SaveAs("C:\test.doc")

2. Is there anything i can call in script to save a file location into a variable?

currently i'm using this to open up a template:
Set oDoc = oWordApp.Documents.Add("C:\test.dot")

to maybe like:
template = ???
Set oDoc = oWordApp.Documents.Add("template")

thank, i'm not good with coding and have tried looking everywhere for it.
 
thank you thank you thank you :) god bless you
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
M Save selected email message as .msg file (with user to choose folder location) Outlook VBA and Custom Forms 14
Rob Can't save MailItem because the message changed in .pst file Outlook VBA and Custom Forms 0
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 0
E Outlook 365 Save Selected Email Message as .msg File - oMail.Delete not working when SEARCH Outlook VBA and Custom Forms 0
E Save Selected Email Message as .msg File - digitally sign email doesn't works Outlook VBA and Custom Forms 1
M Outlook Macro to save as Email with a file name format : Date_Timestamp_Sender initial_Email subject Outlook VBA and Custom Forms 0
W Create a Quick Step or VBA to SAVE AS PDF in G:|Data|Client File Outlook VBA and Custom Forms 1
N Save Selected Email Message as .msg File Outlook VBA and Custom Forms 12
S save attachment with date & time mentioned inside the file Outlook VBA and Custom Forms 0
P Outlook pst file is too huge with POP3. How to save more space? Using Outlook 4
S automate save the .xlxs file to share Network Using Outlook 1
R VBA | Chosing path to save file Outlook VBA and Custom Forms 1
Diane Poremsky Save Selected Email Message as .msg File Using Outlook 11
Diane Poremsky Filter and Save Contacts to a CSV File Using Outlook 0
Matt Johnson Save File Macro Working Sporadically Using Outlook 9
Diane Poremsky Filter and Save Contacts to a CSV File Using Outlook 0
R Outlook 2013 VB rule to auto save attachments with different file types Outlook VBA and Custom Forms 5
D Save pst and attachments as a PDF File Outlook VBA and Custom Forms 3
K Ask about a simple script about save a incoming mail as file on local PC Outlook VBA and Custom Forms 3
A File - Save Attachments does nothing in Outlook 2003 with Exchange 2010 ... Using Outlook 3
A Dialogue box 'Do you want to save this file?' Save or Cancel From: C:\Users\Ad Using Outlook 5
M Save incoming Email as .html file with name of subject line Outlook VBA and Custom Forms 3
H Program email save as text file Outlook VBA and Custom Forms 5
E Auto Save Zip File Attachment to Network Folder Outlook VBA and Custom Forms 1
P Save Email as .msg File with Code Outlook VBA and Custom Forms 5
T How can i save the body as text file Outlook VBA and Custom Forms 1
B Save e-mail to .msg file Outlook VBA and Custom Forms 4
Q A Macro for 'File - Save.As' on multiple selections Outlook VBA and Custom Forms 1
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
C Outlook (desktop app for Microsoft365) restarts every time I save my VBA? Using Outlook 1
D VBA Macro to Print and Save email to network location Outlook VBA and Custom Forms 1
N VBA Macro To Save Emails Outlook VBA and Custom Forms 1
N Save emails within a certain date range to network drive Outlook VBA and Custom Forms 0
T Outlook 365 Move newly created tasks automatically on save. Outlook VBA and Custom Forms 1
G Save attachment run a script rule Outlook VBA and Custom Forms 0
G Save and Rename Outlook Email Attachments Outlook VBA and Custom Forms 0
G VBA to save selected Outlook msg with new name in selected network Windows folder Outlook VBA and Custom Forms 1
D Outlook 2016 64bit, Cannot Save in 'HTML', format Using Outlook 1
N Save selected messages VBA does not save replies and/or messages that contain : in subject Outlook VBA and Custom Forms 1
L Macro to add Date & Time etc to "drag to save" e-mails Outlook VBA and Custom Forms 17
S Add VBA save code Using Outlook 0
A Edit attachment Save and Reply Outlook VBA and Custom Forms 0
S Outlook (2016 32bit; Gmail IMAP) - Save sent message to Outllook Folder Outlook VBA and Custom Forms 0
D Prevent popup of "Do you want to save changes?" when closing after opening an appointment to view Outlook VBA and Custom Forms 2
A Unable to save recurring Meeting to Documents folder due to error Using Outlook 2
M Outlook 2013 Script Assistance - Save Opened Link with Subject Added Outlook VBA and Custom Forms 1
R Use an ItemAdd to Save Attachments on Arrival Outlook VBA and Custom Forms 0
W Outlook Calendar does not save view any longer! Using Outlook 3
S save email from excel Outlook VBA and Custom Forms 1
Y Open and Save Hyperlink Files in multiple emails Outlook VBA and Custom Forms 9

Similar threads

Back
Top