Advertisement

1 - 10 of 1015 containing alltags:("worksheet") (0.001 seconds)
I have used OLE-automation to control Excel95 from Visual C++. Therefore I generated via the class-wizard with the Excel5-OLB-file the 4 classes Application, Workbooks, Worksheet and Range. The app...
Zones: C++, Microsoft ProgrammingDate Answered: 04/04/1998 Grade: A Views: 0
Is there a way to make a Excel worksheet as a database and using recordset & sql statement to retrieve records? Thanks
Zones: Visual BasicDate Answered: 12/10/1999 Grade: C Views: 0
I was wondering if there was a Function in Excel where you can look up the "Worksheet Names" within a file. For Example : Say I have a list of Employee Numbers on an excel Spreadsheet : 000...
Zones: Visual BasicDate Answered: 12/01/2000 Grade: A Views: 0
I have create a button on the fly in an excel.application from a VB program with the following code Worksheets(CurrentSheet).Buttons.Add(4, 715, 290, 26).Select Worksheets(CurrentSheet).Butt...
Zones: Visual BasicDate Answered: 01/21/2001 Grade: A Views: 0
Hi guys, Worksheets 1 to 7 are named Sheet1, ... Sheetn, ... Sheet7 In another worksheet [Main]: D27:D33 contain from 1 to 7 different Country names [yes, the number of Countries does chan...
Zones: Ms Office SuiteDate Answered: 07/09/2001 Grade: B Views: 0
My client wants to copy the cells/formatting/column widths, etc of one worksheet to appox 400 add'l worksheets. I know the code to add the additional worksheets but I can't figure out how to cop...
Zones: Ms Office SuiteDate Answered: 11/05/2001 Grade: A Views: 0
Hi,  I want to access a excel file which has 5-6 sheets,each with different worsheet name. How do I open a worksheet with a specific name. Is this correct?  Excel.worksheets.Name("SURESH").open...
Zones: VB ControlsDate Answered: 11/27/2002 Grade: B Views: 0
The title says it all really. I would like an Excel expression that I can drop into a cell that will display the worksheet tab title in the cell. I have a workbook that has numerous worksheet...
Zones: Ms Office SuiteDate Answered: 04/09/2003 Grade: A Views: 0
I have a macro in Excel that inserts new columns/rows, new formula, etc (which is triggered when the user presses a button).  Before this all happens I need a few lines of code at the start of the ...
Zones: SoftwareDate Answered: 05/01/2003 Grade: B Views: 0
Iam trying to link information from a spreadsheet to another spreadsheet. This is my Data A        B            C 100   Apples      10/4/2002   200   Apples      10/3/2002 300   Oranges   ...
Zones: MS ExcelDate Answered: 10/09/2003 Grade: A Views: 0