0
votes
1answer
27 views

How to build an Excel file with login connexion

I am looking for a way to build a kind of excel application based on an single excel file, used by different kind of users which different level of authorization. In an ideal world, The user open the ...
1
vote
0answers
26 views

Subtleties of Office / VBA in different Countries

I have a Question about Microsoft Office. I have an Excel Sheet with about 20 Macros, some for unziping a *.zip File and inserting the Data from xml files into Excel. Others create with the Excel ...
1
vote
0answers
33 views

ExcelVBA : Automating sparklines using saved template model

With two of my previous question's answer i am now able to to do what i wanted to do : How to extract each color bar and copy them in a table? How to save correctly sparklines models (color, width, ...
0
votes
1answer
66 views

“Importing” CSV into open Worksheet

So I am looking for a VBA method that duplicates the default behavior/parsing when opening a CSV file (Double-clicking the file itself) without using the Import Text Wizard. Since this is opening ...
0
votes
3answers
135 views

Write a Macro in VBA - excel AFTER the user has closed the Excel

I need to write a macro in Excel VBA, that terminates a process running in windows tasks AFTER the excel has been closed down. I tried it doing this on event workbook_BeforeClose Private Sub ...
0
votes
3answers
39 views

Copying the rows to different column with rows incrementing by 21

I want to copy my data from different rows to some other column. Example. B4 has to be copied to H129 , B25 to H130, B46 to H131...and so on .. Here the rows are getting incremented by 21 rows . ...
0
votes
3answers
271 views

Excel change column format using macro

If there is word COST in column name then change the column format to currency using macro for excel. like if column name is - "Final Cost" or "Total Cost" or "Item Cost" then change column format to ...
0
votes
1answer
193 views

Copy specific area with points in Excel

I want to copy i specific area in Excel using points. Actually I want to copy the print area for landscape in Excel to my Word document, where I run the code from. But I haven't really found a good ...
0
votes
1answer
253 views

Auto insert a dropDownList when a new row

I have an excel sheet with three columns. (Name), (Surname) and (Identity Type). The colum identity type can take only 3 values, (Id,Passport,Drivers Licence). What i want is when the user Start ...
1
vote
1answer
950 views

MS Office VBA changes from 2003 to 2010

in my company the IT-department finally decided to switch from MS Office 2003 to 2010. In my department we developped many small Applications running on VBA. Particularly all of them were programmed ...
0
votes
1answer
602 views

excel vba msoShapeType enumeration item - msoIgxGraphic - 'not defined'

The following sub, which enumerates interesting properties of the shapes collection of the active worksheet, does not compile when Case msoIgxGraphic is included. Though I swear that it did compile ...
1
vote
1answer
4k views

How do I change the font size and color in an Excel Drop Down List?

I was wondering if its possible to Style a Drop Down List in Excel. The text is rather small and has no styling and I was wondering if the drop down list styling could be changed? What would ...
1
vote
2answers
355 views

Customizing Office (Word/Excel/PowerPoint) standard toolbar, ribbon, menu and context menu from my plugin

I've an Office plug-in implemented in C++. Depends on the context and logic of my plug-in, I would like to enable/disable some existing UI elements of Office (menu, ribbon, context menu, and for old ...
0
votes
2answers
1k views

Auto sort and format and Excel

I have a table of clients in Excel, and I want to be able to add new client into the last row of the table and excel will sort the table automatically so that the client's name will be sorted in ...
11
votes
2answers
5k views

How to comment and uncomment blocks of code in the Office VBA Editor

In the VBA editor of Office (ALT + F11), how do you comment or uncomment a block of code?
5
votes
1answer
218 views

Using base64 data stored in CustomXMLPart as image in Office

As a followup to this question about using images stored in an Excel file on a button in the ribbon: Is it possible to use an image stored in a CustomXMLPart/CustomXMLNode in base64-encoded string as ...
0
votes
0answers
300 views

Does this copy all formatting of a gradient from a ShapeStyle'd object to another Format?

This issue has arisen as a result of a previous question: How to apply ShapeStyle to a specific Series of a Chart in Excel using VBA? I am trying to copy a ShapeStyle from an object in Excel to ...
1
vote
3answers
5k views

Auto increment row number in excel sheet

I have the following formula written in the cell B5 =SUMPRODUCT(--(COLORINDEXOFRANGE(Data!D10:HO10,FALSE,1)=COLORINDEXOFONECELL(Data!$F$3,FALSE,1))) When i drag down from B5 to the next row, the ...
1
vote
3answers
3k views

Connect a third-party application (MS Excel) with SAP R/3

I'm working out a solution for communicate MS Excel (a VBA macro) with SAP. Sometimes is too hard to reach SAP support people at any company you are working for, so it is better to figure out your own ...
1
vote
0answers
234 views

Excel 2007 Does Not Implicate VBA

I have an excel VBA application. When I ran it recently, it tells me that it can't find project or library. The objects it selects via cursor-type select are all VBA methods, so I cannot figure out ...
3
votes
1answer
1k views

Choosing between Excel Add-In, Template and Workbook?

I'm looking for some high-level help with determining the best type of Visual Studio 2010 project to use for an Excel custom application. I will be developing a program that requires the user to ...
2
votes
2answers
732 views

How to store an extra piece of (hidden) information with a cell in excel

I'm writing an application for work which compiles a whole mess of different spreadsheets into reports for a specific work site. I have quite a few worksheets with a whole bunch of metrics on each. ...
0
votes
2answers
78 views

Implementing a Monitoring “app” in Excel [closed]

I need to implement a simple monitoring app in Excel. It is for monitoring a small team of around 15 people. The leader has a "central" excel file in which he can browse the progress of each team ...
1
vote
1answer
1k views

Can't return a value from a VBA function

I'm trying to return a value from my code. It's much easier to just show the code: Function writeHeaderData() As IXMLDOMNode Dim xmlDoc As New MSXML2.DOMDocument30 xmlDoc.async = False ...
7
votes
1answer
890 views

How to monitor the values in a Dictionary in the Excel VBA watch window?

I am using dictionaries in Excel VBA via dict As New Dictionary (and adding a reference to the scripting runtime). When I try to monitor those during debugging, I can only see the keys which lie in ...
0
votes
2answers
2k views

Excel 2010 paste values

Dim ws As Worksheet, wbREF As Workbook Set ws = ActiveSheet Set wbREF = Workbooks.Open("ALSP.xls") 'you may want to put the full path here Range("B7:L61").Copy ws.Range("N7") 'copy to ...
1
vote
1answer
2k views

Excel 2007 Macro does not work in 2010

This macro worked just fine before we updated to windows 7 and Excel 2010. The macro stops at Activesheet.paste. All this does is open a file, copy the data and paste it to the first document. There ...
0
votes
2answers
952 views

Excel VBA: Copy XL named range values to DOC bookmarks, then export to PDF

I'm trying to copy the values from a named range in Excel to a bookmark in Word. I found this code on the web that does it in Excel VBA, but I'm getting an Error 13. Set pappWord = ...
2
votes
1answer
675 views

Excel 2010 equation editor object access through vba

In Excel 2010 the equation editor is not listed in the Object Browser. In Word, the object is called OMath http://msdn.microsoft.com/en-us/library/bb256563%28office.12%29.aspx. Maybe Excel uses a Word ...
1
vote
1answer
136 views

How to do this vloop in excel

I have one excel file with 2 sheets WorkSheet and ReviewSheet WorkSheet data is as below Employee Name Project Work Status Date ------------- ------- ----------- ...
2
votes
5answers
7k views

What is the best way to master VBA macros for MS Office applications? [closed]

I am working in a farm that requires me to do lots of MS Office application work. I want to automate all these tasks using VBA macros. So, I want to master the skill sets to write VBA macros for MS ...
0
votes
3answers
2k views

Excel 2010 VBA creation date

How to get the current workbook file creation date using VBA in excel 2010? I browsed all the properties of ThisWorkBook I don't seem to find something there.
0
votes
3answers
517 views

convert A1 formula and Array into L1C1 formula and vice-versa

Is there a way to convert the fashion A1 formula and array into the fashion L1C1 formula and vice-versa in Excel?
0
votes
1answer
434 views

Conditional Formatting (BarType) in Excel with VB.net?

I want to add BarType conditional formatting for my range ! I have : sheet.Range("F3").FormatConditions.AddDatabar() How to add : MinPoint MaxPoint BarColor ??? I tried : ...
0
votes
1answer
347 views

Macro to delete row in 2007 not working same working in 2003

This code is calling only one time when I open my excel sheet. The copy of data from one sheet to another sheet working just above the deletion code shown below. if I run the macro again then it is ...
0
votes
1answer
1k views

Excel macro - keep source formatting

When I try to copy data between worksheets this is no problem, but when I try to copy the same data to a word document it loses its format. Is there a way to stop this? ' Copy all data from 1.xls to ...
1
vote
1answer
113 views

Excel macro - merging fields and adding a value

I have written a piece of code, it copies the data from the entire cells and pastes this into another file. Select Case Range("A2").Value Case 3 Sheets("Info").Select ...
1
vote
1answer
4k views

Excel macro - open specific word file

I haven't found anything that can help me. I'm trying to open a certain word file, have some data written in it and saved under a different name. This is what I have so far: Dim appWD As ...
1
vote
1answer
4k views

Excel macro - for loop increment

I've looked but can't find a solution. How do you increment a variable? Like in any other language you just do ++(variable name) just before the end of the loop. In my example, I'd like to increment ...
0
votes
1answer
703 views

Need to Update External References in an Excel Sheet while a Macro is Running

I have an excel macro that sets Cells to an external location. Range(NamedReference) = "='http://webaddress/ExcelSheet.xlsx'!NamedReference Other cells use that location to calculate new values. ...
2
votes
1answer
892 views

VBA: How to make the current cursor in VBE jump to the line where the last error occured?

This is still related with my previous questions, VBA: How to display an error message just like the standard error message which has a “Debug” button? Now, I successfully make the current cursor in ...
3
votes
1answer
15k views

VBA: How to display an error message just like the standard error message which has a “Debug” button?

As usual, I create an error-handler using On Error Goto statement, there I put a few lines of cleaning codes and display the error message, but now I don't want to lose the comfortableness of the ...
0
votes
3answers
12k views

VBA: How to display a cell value by its defined name?

I have already a defined name for a particular column in my worksheet. How to display a cell value by its defined name? I've tried these: Public Sub Test() Dim R As Range Set R = ...
1
vote
2answers
8k views

How to replace every existing values of a column with formula?

My sheet already has data. Unfortunately, later I realized that all the values in column E should be validated and changed as necessary by calling my own user-defined function and passing the values ...
0
votes
1answer
188 views

ActiveX controls move when pushing XML data into Excel Table

I am pushing XML data into an Excel Table via C#, but when I do this, my ActiveX checkboxes lower on the page do not adjust their position. The spreadsheet rows move down, but the checkboxes do not. ...
1
vote
1answer
2k views

Unlocking range of cells in excel selected by cellname Office 2007

I have 3 cells which are merged with each other and are referenced to with a given cellname (for example "foo"). I now want to unlock these cells with the locked attribute. The lock in the following ...
2
votes
3answers
3k views

Errors adding items to a VBA/VB6 Collection

I'm still learning VBA and I can't figure out wth I'm having so many problems with a Collections object. I have a function that adds custom objects (I created a very simple class to store some data) ...
0
votes
4answers
3k views

Creating a border around cells with the same value

I have a table like the one below. How can I get Excel to put borders around groups with the same number in the 4th column so that there is a border around the groups. I was thinking conditional ...
1
vote
1answer
1k views

Drop-down list in Excel cell

I have a simple Excel speadsheet where in one column i write string values. What I need is to define some predefined values and instead of typing string select it from dropdown list. For instance for ...
0
votes
4answers
1k views

Excel 2007 Sum variable length column

I'm trying to make a macro to sum a variable length column. I've tried a few different things but they haven't worked. What I want to do is: If the active cell is cell B17, I'd like B17 to equal the ...

1 2