Advertisement

1 - 10 of 109 containing alltags:("saveas") (0 seconds)
Where can I find information on automation, in particular the parameters for teh various functions? For example I want to get VC++ to save a workbook, so I would use _Workbook::SaveAs.  But I do...
Zones: C++Date Answered: 11/24/1999 Grade: A Views: 0
Hello all.  I need to create an Access 2000 Database and Save to a specific location.  I have part of the code.  I need the part on saving it to a certain location. The code below is what I have ...
Zones: MS AccessDate Answered: 10/04/2002 Grade: A Views: 0
Set A = ActiveWorkbook Do     fName = Application.GetSaveAsFilename Loop Until fName <> False A.SaveAs Filename:=fName Why the above vb don't save the file in excel extension? So, where do...
Zones: Visual BasicDate Answered: 11/03/2002 Grade: A Views: 0
ok I'm looking for somthing likethis script: <input TYPE="image" VALUE="Save-As" onclick="document.execCommand('SaveAs','jpg','1.jpg')" name="Pic1" src="http://www.google.com/images/logo.gif"...
Zones: HTMLDate Answered: 04/19/2003 Grade: A Views: 0
i want to be able to save an excel sheet that got created from a vb.net code directly into the users c ddrive with the name corresponding to the windows logon and the date and time with seconds?? i...
Zones: .NETDate Answered: 04/22/2003 Grade: A Views: 0
I have the following VB code that will export all the items located within the Sent Item folder within Outlook.  However, I don't want ot export all the items, just the last one item sent and I wan...
Zones: Visual BasicDate Answered: 05/19/2003 Grade: A Views: 17
Hi everybody,     I have a problem which makes me sewat for second day now. I have VB 6 application wich calls xl object  puts data in it  and save it as xls file.VB 6 application runs on  Wind...
Zones: Visual BasicDate Answered: 06/23/2004 Grade: B Views: 0
i'm trying to use the following function to convert an excel file to a tab delimited file. The problem is I don't understand the VARIANT params and how to populate them. Here is the function: ...
Zones: Windows MFCDate Answered: 08/03/2004 Grade: A Views: 0
I am using this code to open a window with a file loaded in it and it opens the saveas dialog box, however it says save the website e.g it only allows you to save the file as text or html like when...
Zones: JavaScriptDate Answered: 01/07/2005 Grade: A Views: 0
I have a work book which i want to protect in as many ways as possible to stop it being coppied. I realise that there is a problem that if you disable the macros when you open the file then you ...
Zones: MS ExcelDate Answered: 07/28/2005 Grade: A Views: 0