How can I send the output question of a program run in Dos
to a file
http://www.experts-exchange.com/Gamers/Computer_Games/DOS/Q_10218378.html
Zones:
DOS GamesDate Answered: 11/04/1999 Grade: C Views: 0
Hi!, i have an excel macro that i am runnning from VB using this piece of code
excelapp.run "macroname" ,the program is complaining about the macro that it cannot be found.The macro was saved i...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_200...
Hi,
I need to have a list of words that are in coloumn 1 of an excel spreadsheet changed to titlecase when a command button is pressed.
At the moment i have the following code:
Public Sub titl...
http://www.experts-exchange.com/Programming/Misc/Q_20905555.html
Zones:
ProgrammingDate Answered: 04/10/2004 Grade: A Views: 0
please explain me the following c program :
#define TMP(a,b) a>b?a*a:b*b
main()
{
int a=8,b=13;
clrscr();
printf(" %d",TMP(a--,b--));
getch();
}
http://www.experts-exchange.com/Programming/Languages/C/Q_22436001.html
Zones:
CDate Answered: 04/10/2007 Grade: A Views: 0
Hello,
Do you know a way to run an external program from a VBA macro.
Some instruction or method such as :
Execute "notepad.exe","c:\test.txt"
Thanks for your answers,
stsanz.
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_206...
I import an excel file into a database once a week. I use a macro with TransferSpreadsheet in the action column to import the spreadsheet into a table. This works fine except that it always append...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
Experts,
I have some VB6 code I'm trying to use as a macro in Outlook 2003.
My first issue is needing to include the MAPI.Session object. The project can't create it. I'm trying to add m...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23547922.html
How do I upgrade the attached macro to obtain the information it uses to populate the center header from a NAME'd cell anywhere in the workbook instead of from a reference to an absolute cell locat...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/10/2008 Grade: A Views: 10
How would I adapt the attached SetHeaders macro to skip the Worksheet 'CoverPage'.
Otherwise on the cover page it redundantly inserts a title which already exists a few cells below on the same w...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/10/2008 Grade: A Views: 36
Question: How can I automatically create a custom Table of Contents on a worksheet reserved in a workbook for that purpose? The goal would be to automatically pull into this Workbook Summary a li...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/12/2008 Grade: A Views: 75