2
votes
0answers
49 views

Move mouse pointer to center of active cell when navigating with arrow keys

I am attempting to have the mouse pointer move at the center of the selected cell when navigating from cell to cell with the Arrow keys In Excel 2010 the following solution works perfectly Public ...
2
votes
2answers
37 views

VSTO 2012: backward compatibility

Since lately the Visual Studio Tools For Office 2012 (VSTO 2012) are available for download ...
0
votes
2answers
63 views

Comparing Variable in VBA

I am looking for a method of comparing two string variables in VBA. The current statement I am using (which is not producing the desired result) is: If Variable1 = Variable2 Then... I have a VBA ...
0
votes
2answers
46 views

Can you condition an excel macro based on cell content?

For work, I download a a series of spreadsheets that have quiz names in one of the cell columns. There are generally 5-10 attempts per quiz and about 10 quizzes that are reported in the spreadsheet. ...
-1
votes
0answers
22 views

reflection not working in windows 7 office 64 bit

below is the code which i use to access a url through a excel add-in. This works perfectly fine in windows xp office 32 bit, windows 7 office 32 bit, but DOESNOT work in Windows 7 Office 64 bit. ...
0
votes
0answers
27 views

VBA Modal Windows Excel without Ribbon Bar

How can i open a modal window of an excel sheet via VBA macro? Also the modal window should only have the excel cells visible and not the Ribbon tabs (Home, Insert, Page Layout, etc).
-1
votes
1answer
634 views

Copy from one column to another , entire column to specific text

I know this is bit difficult but i wonder if any one can help. I want to copy one entire column data in to other column but When we copy the data , it should only replace one specific word in that ...
0
votes
1answer
56 views

Trouble Saving Excel ony my computer using c#

I have a app that should create a excel spreadsheet and save it. The app works runs without any problems on other machines, including my bosses computer(he has the same ver of office and VS as me). I ...
0
votes
0answers
35 views

Excel Drag and Drop (Clipboard) GetDataFormat

We have a WPF application that support Drag&Drop from Microsoft Excel. We would like to get the cell path (e.g.: File.WorkSheet.Coordinate) from the IDataObject rather that just storing the value ...
0
votes
2answers
1k views

VBA - Pull data from MS Word table into MS Excel Worksheet (NOT special Paste)

I have a standard word document that contains a few tables of data (name, dob, address, etc). I am wanting to have a set up so when data is newly entered or altered within the word document it ...
0
votes
1answer
364 views

Programatically import Microsoft.Office.Interop.Excel namespace in VBA project

I'm trying to programatically import Microsoft.Office.Interop.Excel namespace into my vba project. I found this site http://msdn.microsoft.com/en-us/library/office/bb407651(v=office.12).aspx that ...
0
votes
1answer
57 views

Excel Compare tables

Good morning. I got a problem. I got 2 excel pivot tables with 2 columns but got diferente number of rows. The first column of each table got and Number, and the column 2 got a value. I want to ...
0
votes
1answer
40 views

Wpf forms and Office 2003 excel addin

I would like to create a wpf control form that can be shown on clicking a menuitem. but this application should be an addin to excel. can someone help me here?
0
votes
3answers
37 views

How to find the largest and the lowest differences in a collumn of an Excel table?

I have a collumn with a loads of numbers like this: 12 32 43 12 45 31 43 12 Given difference being defined as the difference between a row's value and the previous row's value (RowY - RowX), I ...
1
vote
1answer
229 views

“value does not fall within the expected range” when running excel workbook

I'm running an excel workbook that leverages a VSTO file, but when opening the workbook I get the following error Name: From: file:///C:/Users/Daniel/Documents/Twitter ...
1
vote
1answer
130 views

Using MOD in Excel 2010 Data Validation acts differently from formulas

Excel 2010 This formula displays True when given any 0.25 increment: =MOD(A1,0.25)=0 However, when I use the formula (without the leading "=") in Data Validation, it always returns False. I've ...
0
votes
0answers
29 views

implementation of text chunks in a excel sheet

i want to create a calendar - to print out and have a booklet or a diary. additionally to the diary i want to have some texts implemented 365 text-chunks. See the texts in this spreadsheet. the ...
0
votes
1answer
237 views

Generating correct excel xls format

I created a little script in python to generate an excel compatible xml file (saved with xls extension). The file is generated from a part database so I can place an order with the extracted data. On ...
0
votes
0answers
111 views

get selected cell in Microsoft Office Excel Javascript object model

I go through many questions regarding this.But couldn't find solution to my problem. I have embedded Excel Spreadsheet.There are several cells that have several values.Like Lary,Bob,sue in this ...
-1
votes
1answer
213 views

excel macros for employee record [closed]

Hey guys I am new to excel macros I am using excel 2010. I have a sheet named 'LOG' in which there is a log of all the employee like this Now I have a other sheet named sheet1. What I would like is ...
0
votes
0answers
102 views

Excel office xml - get cell's Row and Column numeric index?

In Excel Office XML, the Cell object has the CellReference property which returns a string in the format of "A5", for example. But is there a good way to get Cell's row and column as NUMERIC values ? ...
-2
votes
1answer
669 views

Alternative to Office Web Components

I'm working on an application which is currently using mainly the Excel components We were upgrading our Office system from 2003 to 2010 and as a result, the part of our application which works with ...
0
votes
1answer
170 views

How to plot Bubble chart with plots outside axis area using Excel

Im using Excel for Mac 2011 and I have the following figure I would like to still show the bubbles outside of the available chart area, while keeping the maximum and minimum axes values unchanged.
0
votes
1answer
33 views

Customize Mysql DB fetch in Office Excel

I am able to fetch a sql query from excel using the odbc connection: But the issue is that, instead of just give a stack query setup and make user can only click the refresh button, I wish I could ...
1
vote
2answers
114 views

Aggregating Excel cell contents that match a label

I'm sure this isn't a terribly difficult thing, but it's not the type of question that easily lends itself to internet searches. I've been assigned a project for work involving a complex ...
1
vote
0answers
150 views

“AllowDocumentFunction constraint violated” Error when opening XML file using Custom defined XSL In Excel 2010

I've a XML file with the associated XSLT sheet. When I try to open the XML file in Excel 2003 or Excel 2007, I was provided with an option to use my XSL and it opens perfectly. When I open the same ...
0
votes
1answer
285 views

Excel VBA Cell Range Copy sub rountine

Hello fellow programmers, I am having an issue with VBA coding in Excel. My issue is copying data from ranges of cells in VBA to other ranges of cells in VBA. Here is example of the sub routine I ...
1
vote
1answer
1k views

“Provider cannot be found. It may not be properly installed” when built on 64 bit

I'm using ADO to connect to EXCEL. On my machine office 32 bit is installed. The following code runs fine when built with 32 bit: _ConnectionPtr conn; conn->Open(connStr, "", "", NULL); ...
1
vote
1answer
71 views

Launching a VSTO from outside Office

I have a VSTO project targeting Excel. I also have a WinForm application written in C#. This is all programmed in C# using .Net Framework 4 and VS 2010. My problem is that I want to be able to invoke ...
0
votes
1answer
593 views

MS Excel: Difference between 2 columns.?

I've two columns A and B that contain lists of usernames, column B has some usernames not in column A How can I find them and store them in column C?
0
votes
1answer
3k views

Excel - Populate a combobox on a userform from cell values

I'm assuming this is a fairly easy task but... my google-fu is failing me. So... How does one populate a combobox (on a userform) from cell B2 to however many the user chooses to enter. Thanks.
2
votes
2answers
493 views

VBA: Macro runs every minute but I want a particular sub to run every 45 minutes

I have a spreadsheet that runs every minute between 8am to 4pm that imports files from a certain folder and does certain calculations The calculations are done to check if a limit has been breached. ...
0
votes
0answers
96 views

OPENXML spreadSheet read taking too long

I have a requirement to read rows of data from excel file where each row has about 250 cell values to be read, and the excel sheet could be thousands of lines long. To each the content of each cell, ...
0
votes
0answers
331 views

C# interop.excel never check compatibility on save

I use the Microsoft.Office.Interop.Excel; I try to save a XLS with compatibilty 97-2003 using the following private void CreationFichier(_Worksheet template, int nom) { _Workbook ...
0
votes
0answers
48 views

c# interop.excel no check compatibility on save [duplicate]

Possible Duplicate: how to disable compatibility check in excel while automating through c# I use the Microsoft.Office.Interop.Excel; I try to save a XLS with compatibilty 97-2003 using ...
0
votes
1answer
840 views

how to send a HTTP Post in (vb mac excel 2011), and read the HTTP response? [duplicate]

Possible Duplicate: Sending http requests with VBA from Word how to send a HTTP Post in (vb mac office excel 2011), and read the HTTP response ? and please provide clear answers, I am new ...
0
votes
2answers
696 views

Excel, WorkSheet_Change gives Sub or Function not defined

I'm trying to create a bit of code that resets a cell when another cell changes. There are three drop down cells and each cell is dependent on the cell before it (B3 is dependent on B2 and B4 is ...
1
vote
2answers
436 views

Microsoft Excel 2010: =NETWORKDAYS()

I am having a problem with the =NETWORKDAYS() function. Here is my table: A B C Start date End Date #Days 1 15/05/2012 17/05/2012 In C1 I have ...
0
votes
1answer
449 views

DateTime diff in excel (millisecond accuracy)

I have some data in csv file: 21-05-2012 15:41:49.354 | 21-05-2012 15:41:54.376| their format is general how can I calculate in excel the dateTime diff between the two columns? (millisecond ...
0
votes
1answer
116 views

Printing in Excel 2007

At work, I've been tasked with fixing a horrible spreadsheet they have been using for many years. What I'm looking for is a solution to allow me to print (in duplex, some time after the basic program ...
3
votes
2answers
2k views

How to make an excel cell ReadOnly using C#?

Range range= (Range)this.workSheet.Cells[1,1]; range.AllowEdit = false; When I set the AllowEdit property to false, a compile error will show: Error: Property or indexer ...
0
votes
1answer
41 views

using threads per user to access a common service

my application uses Microsoft.Office.Interop.Excel service to generate an excel report and download as PDF as well. If more than one user requests the same page i:e; same service then the first user ...
0
votes
1answer
169 views

Creating ExcelAddin in Visual Studio 2010

i want to create an excel AddIn .it is simple : File>New Project > Visual Basic > Office > Version 2010>OK but an error says "Object reference not set to an inctance of an object"! my VS version ...
1
vote
1answer
123 views

Multi-phase MS Office Application Level Add-Ins

I am tasked with upgrading a current add-in, and creating a new add-in for Office Excel. The requirements dictate that these solutions be implemented as application level add-ins as opposed to ...
0
votes
1answer
225 views

How to short in excel by name and date

I'm trying to make an automatic way to short an excel file field by name and date. I will explain what I'm trying to do: I have an excel file where there is the log text of many users that have ...
0
votes
3answers
1k views

Excel Object SaveAs, error happens when Existing File is Open

Excel_Obj = CREATE OleObject Excel_Obj.ConnectToNewObject( 'excel.application' ) Excel_Obj.Workbooks.Add Excel_Obj.Application.ActiveWorkbook.WorkSheets.Add Excel_Sheet = ...
0
votes
1answer
488 views

Using VB.net to Display an Excell File preserving Formating

I have a project that has a need to display a Excel file in second window, but because other controls are needed, simply launching excel is not sufficient. Right now I do not know if the target ...
1
vote
1answer
277 views

Enable built-in Office ribbon buttons which are disabled by Excel/PPT

It is well documented how built-in ribbon buttons in Microsoft Office can be repurposed (here for instance), e.g. the Copy button. However, I am not aware of any method to take full control of the ...
1
vote
3answers
943 views

What's the difference between Microsoft.Excel.Office.Core and Microsoft.Office.Interop.Excel?

I have to read into creating Add-Ins for Excel and alike and am starting to wonder what the difference between the two namespaces are? At every tutorial I read, Interop is being used. But in the ...
0
votes
0answers
1k views

Excel has stopped working error when closing excel with VB Editor Open [closed]

System: Office 10 32 bit SP1 running on Windows 7 64 bit. This is a pretty clean install as the machine was only built two weeks ago. However I do also have Office XP (really) installed on this ...

1 2 3