Visual Basic for Applications (VBA) is an event-driven, object-oriented programming language for writing macros, used for the entire Office suite. If your question is specifically about programming Excel, Access, Word or Outlook, use the appropriate tag: excel-vba, access-vba, word-vba or ...

learn more… | top users | synonyms (1)

-2
votes
1answer
12 views

Getting a jar file directory. Visual-Basic

So i have been looking around for a while now and haven't found anything that helps me out with what i need. I want to use a button to allow a user of my program to browse for a specific .jar file ...
0
votes
0answers
10 views

Typo doesn't trigger error handling in Acess VBA

After recently adding some new VBA code that referred to a control, my code wouldn't run. On investigation, I found the problem was a typo in the code referring to the control: I'd typed it as ...
0
votes
0answers
12 views

Writting in a textbox with VBA crashes the program

I have a VBA program which draws a wheel and a bunch of other shapes.It rotates the wheel by 3 degrees after each 50 milliseconds and moves other shapes around. I also have a form which has a textbox ...
0
votes
1answer
14 views

Open HTML files in microsot WORD without internet connection, How to exclude popup alerts?

I've write an automated application in VB6 (and also in VB.NET) that opens an HTML documents for printing. My function works fine, without human interaction. Now we have put application machine ...
2
votes
0answers
16 views

Detect color of font in Internet Explorer

I am currently building a crawler in Excel with VBA to crawl table data from a public website with the help from several references available online. However, I need an extra step where I need to ...
0
votes
1answer
12 views

get in type mismatch with the .find in a IF condition

I am getting a type missmatch for the following code could some one help please If (Range("C:C").Find(What:=last_received, After:=ActiveCell, LookIn:= _ xlFormulas, LookAt:=xlPart, ...
-1
votes
0answers
14 views

Auto remove and re-add network (password) printers

I have a network printer set up on my laptop for my work network. However, every time I disconnect and reconnect (leave the office say), the printer remains offline. All I can do to connect again is ...
-3
votes
1answer
29 views

how to remove EOF, which is getting appended to last word

I would like to remove only the EOF character from the last word in paragraph of text. The EOF is getting appended to the last word and we are unable to read the entire text. Is there any workaround ...
0
votes
2answers
34 views

Excel VBA - strange behaviour when UDF wraps VLOOKUP

I want to write a user defined function that wraps VLOOKUP. All it requires is a reference to the column that data should be imported from, and it will execute a VLOOKUP assuming that the IDs are in ...
1
vote
2answers
20 views

Copy three columns into one column in Excel VBA

I need help to create a Excel VBA macro. I have a workbook contains 4 worksheets. Coulmn "A" in worksheet number 1, 2 and 3 are filled with data. I need to copy these data into Sheet 4 Column "A". I ...
0
votes
0answers
14 views

VBA Filter multiple ctiteria in sting type

I am trying to write a code for a autofilter, the aim is to filter around 10 criteria, each of them is a string such as M1454 (in another word, as long as the data contain M1454) then it will be ...
3
votes
1answer
29 views

VBA - Go to website and download file from save prompt

I've been spending the last few hours trying to figure out how to save a file onto the computer using VBA. The code template below that I found on another forum seems promising, except when I go to ...
1
vote
0answers
28 views

Successfully registered COM DLL, but can't use class methods

I registered a COM DLL using regasm.exe, and now I'm trying to write a VBA script that uses a class from the DLL. The DLL is ExcelDataReaderLibrary.dll. In the C# source, the class is described as ...
0
votes
1answer
16 views

Excel VBA Type 13 Mismatch using Array containing values and strings

I'm having trouble with a Runtime Error 13 "Type mismatch error". I am trying to take multiple lines of code and condense them into one line that is each row placed side by side. The problem is that ...
0
votes
0answers
22 views

trying to register C# assembly, getting “Unable to locate input assembly…” error

I have a C# class library, and I want to register it so that I can call its functions from VBA. The build is targeting .NET framework 4.0. In assemblyInfo.cs, I have set: [assembly: ...
1
vote
0answers
18 views

runtime error '-2147217900' (80040e14)': automation error using where in the sql query from excel vba

I am trying to connect to my sqlserver express 2005 from excel vba using the following (copied from some forum routine as i am not very into databases). It works perfect. As soon as I use WHERE in the ...
0
votes
1answer
32 views

My vba code isn't working. Subscript out of range

The VBA code below is supposed to 1) select a range of cells in another file 2)insert a new column in the active file 3)as it goes through each row in column C, it looks up the corresponding value in ...
0
votes
0answers
18 views

Can I run a worksheet_change and worsksheet_selectionchange in the same spreasheet?

I am trying to run code that selects multiple items from a drop down list and displays them in a single cell. At the same time, I am also trying to hide columns when I select a value from a different ...
0
votes
2answers
31 views

Find a character within a value

Okay I saw a few similar questions but none that quite addressed my issue. What I want to do is go through column A and for each cl that contains an * (asterisk) I want to change the value to 0.  If ...
0
votes
3answers
28 views

Need Excel VBA Guidance

The issue I am looking to solve: I want to look at one column which is automatically populated with a due date. My organization wants to enforce an In-House due date of two business days (M-Th) ...
1
vote
0answers
14 views

VBA IE Automation - Read iFrame

Our business uses a browser-based program for operations. I'm automating a solution to navigate through this site, and retrieve some data at the end. The site itself uses regular frames very heavily. ...
0
votes
3answers
26 views

Using trim function with special characters

I have a column (A) of values that I would like to trim to the left. Each value in column A has a / in it which separates a word in German and it's English translation. For example one value would be ...
0
votes
0answers
16 views

VBA Internet Explorer automation with problematic modal popup

I am automating some processes with the COM object of Internet Explorer from VBA (in excel). The point is: I need to choose a file to upload in a form. Manually it would consist of the following 1) ...
0
votes
0answers
26 views

Header gets cut off when I run a macro in Excel

I have a header set up in a master spreadsheet in which I run different macros off of to sort the information differently. When I run the macros, the bottom portion of my header is cut off. My header ...
-5
votes
0answers
23 views

Syntax error in MySQL when trying to use it for login database with visual basic [closed]

I am using Visual Basic and MySQL for the first time. I am using MySQL as an inventory/employee login database. I have my tables set up but they may be set up incorrectly. When I try to debug a proven ...
0
votes
2answers
17 views

VBA Overflow error after office 2007 to 2010 update

I have a VBA macro that worked correctly in Excel 2007 but after updating to 2010 it throws errors. The Macro basically copies raw data from one sheet to multiple sheets. The error being thrown is ...
-2
votes
0answers
25 views

Iterate over multiple divs and extract information in VBA

I am trying to extract information from a HTML page using VBA. The HTML code from which am trying to extract the information is as below. <div class="section subsection-reorder summary-education" ...
0
votes
0answers
16 views

VBA: Compare Word table properties

I have a Word document containing a large number of tables. I have noticed that some tables handle borders a little bit differently when the table breaks across pages then other tables. I cannot find ...
0
votes
1answer
7 views

Use VBA to change the internal margin and/or number format of a PowerPoint table cell

I have a VBA loop that cycles through the selected cells of a PowerPoint table to update the formatting. The following lines work great: With ...
0
votes
0answers
22 views

Microsoft Excel Data Connections - Alter Connection String through VBA

I have a fairly straightforward question. I am trying to find a way to alter and change a connection string for an existing data connection in an excel workbook through VBA (macro code). The main ...
0
votes
0answers
16 views

Is it possible to extend the range collection in VBA?

Is it possible to write an own method extending the range class (or collection. I'm new to it so I don't really know how MS calls it). In the end, it would be great if I could call my method like this ...
0
votes
0answers
15 views

Copy Word Form Data to Clipboard

I am working with an electronic medical record (EMR) that is a very "dumb" program, having very few amenities. I want to create a Word Form to structure the way our clinicians document their care. ...
0
votes
1answer
26 views

VBA Run / do something when the file start up

As an alternative to global variable, I am trying to read the last value I worked on at start up. I read this: Excel VBA: Workbook_Open, and this. and tried to implement my own. But it is not doing ...
0
votes
0answers
20 views

Convert Word VBA code to Powerpoint code

I am new to VBA. I have the following Word VBA code, how can I convert it to a Powerpoint Version? Appreciate the help. With ActiveDocument.InlineShapes(1) If .HasChart Then ...
0
votes
0answers
14 views

Changing Source Data for Excel table linked to SAS dataset

I have an excel table linked to a SAS dataset using the SAS Office Addin. I would like to modify the source (file path) of the data. For example, right now the Excel table is linked to SAS Dataset: ...
0
votes
1answer
21 views

Parsing XML tags using VBA

I am trying to parse out specific "fields" in the XML sample below using VBA. For instance, I want to specifically parse the value from "Field1" and throw it into a variable. I'm having all sorts of ...
0
votes
0answers
20 views

skydrive excel web app

I've made a calculator which calculates gross and net value depending on tax. Something like this: Gross | Tax | Net -------------------------- 100 | 10% | is calculated when gross ...
0
votes
0answers
27 views

Trouble with ListObjects.add() in Excel Macro(VBA)

First off, I am not good with SQL and it has been a while since I have worked with VBA. With that being said I got stuck with editing an existing excel macro to make it do something else. I think I ...
0
votes
0answers
10 views

Updating a Webquery with Visual Basic in Excel

I currently have a webquery that after I refresh the connection, I then have to edit it to make it usable. When I made the macro to do so, it didn't record the refresh Connection part, which if it ...
0
votes
1answer
36 views

Excel VBA: Copying and Pasting Data via CommandButton for all worksheets

I'm new to VBA and need some help with implementing a tool: Essentially, I want to create a CommandButton that automatically copies range D9:L18 and pastes it to Q9:Y18 for my active worksheet. ...
3
votes
2answers
27 views

Run VBA code whenever a tabbed form is reselected in Access

EDIT: For clarification, I'm talking in the below post about tabbed document browsing, not a Tab Control. However, if you're looking for roughly the same problem but regarding a Tab Control, Gord ...
-3
votes
1answer
22 views

VBA Code to block user input in a textbox in a form in access depending on what option is selected

I am trying to build a form in access and I need to block user input into a text box if an option box is selected as no, I am ver inexperienced using VBA so has anyone got any ideas it'll be greatly ...
0
votes
1answer
12 views

VBA code to search for text and stop at next occurrence including footnotes, headers etc

I am trying to write some code that will search through all the stories including headers, footers, footnotes etc and then stop at each occurrence so the user can make a decision about it (it may or ...
0
votes
0answers
17 views

Why my Range.AutoFilter with Array is not working?

Could somone advise why these is not working? Range("A1:Z1").AutoFilter Field:=amid, Criteria1:=Array("<>*UMBRELLA*", "<>*#N/A", "<>WW*", "<>*DEFAULT*") I try to add on the ...
-4
votes
1answer
35 views

Excel macro : search a cell then write formulas

I want VBA macro code on excel to do the following: for example i have column "C" that contains some cells with value and what else is empty so , i want by macro , select column "C" , then looking to ...
0
votes
0answers
19 views

MS Access 2010 VBA Combobox

i am new to programming field for MS Access and VBScript. I have a question that need help from here. first of all i have 2 tables in my MS Access database. 1 is Web, 1 is Owner. Relationship is 1 ...
1
vote
1answer
34 views

Return all nodes from XML file, even when they are empty

I have an XML file retrieved via WSDL in Access 2010 via VBA. The XML file is sitting in this variable Dim xmlDoc As New DOMDocument60 The part of the XML I'm interested in looks like the below and ...
0
votes
0answers
37 views

Cannot return a function value from an Array

I am calculating a trinomial tree, it is not tricky at all, but once I did obtain the value that I want = Op(0,0) "Option Price at time 0" I would to return this value to my user. But it cannot ...
0
votes
0answers
16 views

How to use VBA to Edit Freeform shapes (polylines) Node Control Points

Office Dev Center describes how to insert a node on a Freeform shape. http://msdn.microsoft.com/en-us/library/office/aa195769(v=office.11).aspx I can do this. But I can not change the "control ...
0
votes
1answer
29 views

How do you set the number of decimal places of a value returned in a msgbox after doing a simple calculation in VBA excel 2010

im currently using a simple msgbox calc to return a calculated value. How can i restrict the number of decimal places shown in the returned value in the answer msgbox. here is the script! Sub ...

1 2 3 4 5 294