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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10237766.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20368185.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20389246.html
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"...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20580259.ht...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20586213.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20618669.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21035327.html
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:
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21079552.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21262729.html
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 ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 07/28/2005 Grade: A Views: 0