Tagged Questions

0
votes
12answers
258 views

How to read/write data into excel 2007 in c++?

How to read/write data into excel 2007 in c++?
0
votes
1answer
83 views

C#: Create/Insert Excel 2007 charts into Word 2007

How do you create and then insert an Excel 2007 chart in Word 2007 with office interoperability? Important: I do not want to save an Excel file to create a chart.
2
votes
2answers
67 views

How do I deliver an Excel 2007 VBA script?

Once I've finished writing an Excel 2007 VBA script how to I deliver the Excel 2007 VBA script to the rest of the team members? Is there a way to package an Excel 2007 VBA scrip …
0
votes
0answers
17 views

Collapsing cell rows

I have list of 20 or so questions I have created in excel 2007. Under each question is the possible selections tothe right of the selections is the quantitiy. Because the list is r …
0
votes
0answers
23 views

How to export Excel into a proper XML format

I was wondering if someone can help me. This task may be simple for some, but I'm having some trouble. I have an Excel document, and it isn't "too" complex, but it will not genera …
0
votes
3answers
34 views

Next non-blank cell in excel/visualBasic

I'm trying to script a very basic set of keystrokes in excel where I'm setting a cell to reference a cell that is 2 to the right and then the next non-blank cell down. Very easy s …
0
votes
2answers
29 views

Is this way of using Excel 2007 Pivot table for BI scalable ?

Hi all, Background: We need to consolidate sales data across the country to do analysis Our Internet connection/IT expertise/IT investment is not quite strong, therefore full B …
1
vote
1answer
36 views

Range.Formula= in VBA throws a strange error [closed]

Possible Duplicate: Range.Formula= in VBA throws a strange error This except of VBA code summ = "СУММ(AQ" + Format(first) + ":AX" + Format(last - 1) + ")" cell = "AQ" + F …
0
votes
3answers
195 views

How do i save code changes to an Excel VBA add-in?

I've made an add-in for Excel in VBA and now I need to make changes to the code, but the file won't save. I open the .xlam file, I make the changes, ctrl-S to save with no errors …
0
votes
3answers
93 views

Help with sending number to Excel 2007 from Delphi 2010 as a string.

I'm sending a number to Excel 2007 as a string (Cell.Value := '2,5') using late binding. The actual code is more like: var CellVal: OLEVariant; ... CellVal := FloatToStr(2.5); / …
2
votes
2answers
78 views

Programmatically injecting Xml data into an Excel 2007 workbook

I need to create an Excel 2007 template workbook and devise the means to programmatically populate it with a dataset. The template workbook should include all of the formatting and …
0
votes
5answers
64 views

Problem while opening an excel workbook using C# code

Hi, I'm trying to open an excelworkbook and trying to get an worksheet in it. Excelapp.workbooks.Open line is throwing an Exception as System.Runtime.InteropServices.COMException …
0
votes
3answers
65 views

custom format for cells with nothing in them without using conditional formatting

if a cell is blank I would like to add text using a custom format. I've seen where text is added if a value is above or below a certain value. Can you add text to the cell if the c …
0
votes
1answer
22 views

in Excel , in my pivot tables when i drop down the row fields, value filter option is disabled

in Excel , in my pivot tables when i drop down the row fields, value filter option is disabled any idea why ?
0
votes
1answer
49 views

Adding Larger Icon On Excel 2007 Ribbon Button

I've got an Excel 2007 VBA script that adds a button to the ribbon, but unfortunately the icon is tiny. I tried several different FaceId's, but they all seemed to add tiny icon bu …

1 2 3 4 5 11 next
15 30 50 per page