Questions tagged [save-as]

This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.

Use this tag for questions related to building or using such a prompt.

514 questions
0
votes
0 answers

VBA: File not saving sometimes

This code is opens a .XLSX file by use of the "xlExtractData" option, and then saves it with the same file name and path. Application.DisplayAlerts = False Set wb = Workbooks.Open(filename:=myPath & myFile, UpdateLinks:=0,…
nvkrj
  • 1,002
  • 1
  • 7
  • 17
0
votes
1 answer

Access 2013 msoFileDialogSaveAs Not Saving Image

In a DAO db, Access 2013, I am receiving a Compile syntax error on the Set Image line in the msoFileDialogSaveAs application. I'm best-guessing on the code for how to save the jpg file. After research across forums and the MS Developer/Support DB,…
0
votes
2 answers

PHP Save as PDF not working

Good Day! I have a dropdown menu which select employee number and shows table data on basis of that particular selection. I have save as pdf code which saves table data in pdf. It is working fine but my table column headers are only shown not the…
0
votes
1 answer

How to disable Save As button in MS Project VBA?

How can I disable the just the "Save As" Button for MS Project and keep the "Save" button enabled ?
Stupid_Intern
  • 3,382
  • 8
  • 37
  • 74
0
votes
1 answer

Using vbs saving a .xlsx as a tab delimited .txt file

I am simply opening a file, deleting two lines and changing the contents of cell a1 and then trying to save the excel file as a tab delimited text file. I have tried so many ways but everything is giving me a compilation reading "expected statement"…
Sonican
  • 27
  • 1
  • 2
0
votes
2 answers

MATLAB: saving scatter plot takes too long

I'm using scatter function to plot data containing only 25000 rows, however when I use saveas function to save the image as png, it takes 2+ minutes to do so. For example: scatter(x,y,'filled'); pic_name =…
Bensa
  • 127
  • 2
  • 13
0
votes
1 answer

Saveas function excel. with name from cell

I am trying to make the following code work for saving a file name in a certain format. I would like it to save in the folder the file was opened up in. the file would change it's name to a new month name. I have got most of it working, such as…
stever
  • 13
  • 2
0
votes
6 answers

GUI design: Merge 'Save' and 'Save as'

I am working on a GUI (OpenG Builder). How can I merge the Save and Save As button into one button? My thoughts go to a 'hot spot' for 'save as' on the right side of the button, indicated by a glyph. How can I implement this feature in an intuitive…
Ton Plomp
  • 3,020
  • 1
  • 18
  • 35
0
votes
0 answers

Entity Framework "Save As New"

I am trying to implement a "Save As New" function in a WPF app built on top of Entity Framework. The idea is User loads entity A User makes changes to entity A User clicks "Save As New" which duplicates entity A into A', A' is saved to the database…
Kris Harper
  • 5,672
  • 8
  • 51
  • 96
0
votes
0 answers

SaveAs non-workbook file using vba

I have a series of .xml files that are used as data sources for our customers, viewed through an Excel "template", which populates tables etc. from the .xml. Each month, we get new .xml files on the server and one of our users runs a macro which…
High Plains Grifter
  • 1,357
  • 1
  • 12
  • 36
0
votes
1 answer

How do I open the "Save As" dialog box in Outlook using VSTO and get the user entered filename

I'm creating a VSTO add-in for Outlook. As part of this add-in, I need to be able to allow the user the save a grid as a CSV file. When the user clicks on the "Export" button on the grid, I want to pop up the "Save as" dialog box, allow the user to…
Rohith
  • 2,043
  • 1
  • 17
  • 42
0
votes
0 answers

Workbook.SaveAs method for excel 2000

I have an application created on c# that opens a workbook then populate it with data then it will be saveas with a new file name. The problem is my application crashes when the PC is using excel 2000 and it works just fine for higher version of…
0
votes
1 answer

Save open workbook with a different file name (SaveAs)

I have a script I run that opens an xls file (regardless of file name) in a folder named in the code and then saves that file with a new name. It has been working fine until yesterday. I now get a VBScript runtime error that says object required:…
Todd Brannon
  • 182
  • 3
  • 16
0
votes
1 answer

Access SaveAs function with database data

I'm trying to save a template on a specific place. For example, if a product have the GnrSerie = 1000, it should go to that folder, and then the if the Gnr = E2000, it should go to that folder and then name the file GnrSerie + "-" + Gnr. I use the…
Uppah
  • 148
  • 12
0
votes
2 answers

Saving the content of an iFrame in MS Edge

I have some JavaScript that worked well in Edge version 20.x.x but since upgrading to Edge version 25.x.x it has stopped working. It should save the content of an iFrame to a file which would contain some simple text. It might be worth pointing out…
Nevnev
  • 13
  • 1
  • 6