Hi,
I am trying to create Excel file using OpenXML SDK. I have one situation to get WorkBookPart from WorkSheet instance. How can I get it?
Thanks.
Ant.
So I have a number of namedRanges in an excel worksheet. I would like to use these to fill in comboboxes on a user form in the same WorkBook.
I have tried:
cboMember.DataSource = Globals.Sheet1.MemberRange.Value
No error is given but the combo is blank. Does anybody have any ideas?
I'm trying to use VSTO for VS 2008 on an excel 2003 work…
i wrote a macro that is an add=in
it needs to figure out the location of the current worksheet on which it is being executed. how do i do this?
i need the file location (directory)
I'm trying to "stack" filters in excel, so to speak. I want to filter column A to show anything greater than 30 and then I want to filter column B to show the top ten items. When I do this, however, it shows me all rows that fit both criteria (only five records). I want to first fit the criteria for column A and then filter these results to…
In a workbook I have 7 sheets(Totals and then Mon to Sat),I want to extract rows which have the word "CHEQ" in its cell (this is a dropdown list with two options-CHEQ/PAID)from all sheets. On my front sheet I used this formula:
…
How can I have a cell that uses the literal value written into it, or calculates its value when no literal value was given?
For example:
I have two columns: column B with a price including VAT, and column C with a price…
I am trying to convert a list of property id numbers that has a standard format of 0000-A-00000-00-00, where my worksheet has the various combinations of
1-A-123
10-B-1234
Ideally they would read as follows
…
I am building a Pay Rate Calculator worksheet with a Flat/Base pay rate & numerous Overtime pay rates. I would like to be able to have the "Overtime" pay rate cells to change depending on my selection from my…
I have a master worksheet which contains data that I wish to link to another 'summary' sheet using a lookup.
However, some of the cells whose data I wish to include in the summary sheet are merged across two or…
I'm trying to create a subtotal for a range that excludes rows that don't have a wholesale price. I have a range of products, prices and units that have subtotals by brand, although the brand subtotal is a sum…
I have a faint memory of being able to use VBA functions to calculate values in Excel, like this (as the cell formula):
=MyCustomFunction(A3)
Can this be done?
EDIT:
This is my VBA function signature:
…
Hello,
here is my dilemma.
I have two worksheets one that has the name of clients and one that i want to copy the names to depending on the city.
For instance:
associated to each column is last name, first…
Hello: I have a set of cells on a worksheet called "Docs". The cell range is (B13:C23).
When users get taken to this page, they are meant to fill out each of these cells with a value from 0 through 6. My…
Data in TheRange is {1,"",1,"",1,"",1,"",2}
=Match(2, TheRange, 1) returns 9 as expected
=Match(1.5, TheRange, 1) returns 7 as expected
=Match(1, TheRange, 1) returns 5 which is not expected
Anyone…
Does anyone know of a means to copy a worksheet from one workbook to another using POI? The Workbook class has a cloneSheet method, but there doesn't seem to be able to insert a cloned sheet into a new…
I am very much a beginner when it comes to VBA programming.
I have a Macro that hides or shows columns based on the value in one cell:
Sub HideColumnsMacro()
Range("b8:o8").EntireColumn.Hidden =…
Hi, i have strange problem doing reporting:
i have numerous clients with different issued invoices. Problem comes to the point when there are invoices in minus and plus:
Column A consists of…
Hi, i have strange problem doing reporting:
i have numerous clients with different issued invoices. Problem comes to the point when there are invoices in minus and plus:
Column A consists of…
Hi there,
I have an excel spreadsheet that contains the primarky-key/id value for a record in a table in an access database.
I would like to export specific data from certain cells in the…
I have a huge Excel table that I need to transform into paragraphs for a Word report, and I can't find an efficient way to do it
The source looks like this:
And I would ultimately need…
I've got a bit of a problem to solve in Excel, and I'm not quite sure how to go about doing it. I've done a few searches online, and haven't really found any formulas that seem to be…
I have to average grades based on each objective for a new report card we have to complete this year. For example Column one has students names, each additional column will have the…
I've imported some data into Excel (from a text file) and it contains some sort of newline characters. It looks like this initially:
If I hit F2 (to edit) then Enter (to save…
I am working in google spreadsheets and I am trying to do some counting that takes into consideration cell values across multiple cells in each row.
Here's my table:
…
I have data formatted like so.
1, 2, 3, 4, null, null, null
A, B, C, D, null, null, null
1, null, null, 4, 5, 6, 7
A, null, null, D, 8, 9, 10
I want to copy the…