Advertisement

1 - 10 of 15 containing alltags:("macro / programming") (0.001 seconds)
How can I send the output question of a program run in Dos to a file
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...
Zones: Ms Office SuiteDate Answered: 01/08/2001 Grade: A Views: 0
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...
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(); }
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.
Zones: Ms Office SuiteDate Answered: 05/30/2003 Grade: A Views: 0
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...
Zones: Access Coding/MacrosDate Answered: 02/13/2008 Grade: A Views: 11
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...
Zones: Visual Basic, Outlook GroupwareDate Answered: 08/12/2008 Grade: B Views: 0
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...
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...
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...
Zones: MS ExcelDate Answered: 08/12/2008 Grade: A Views: 75