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)

5
votes
0answers
146 views

VBA: Performance of multidimensional List, Array, Collection or Dictionary

I'm currently writing code to combine two worksheets containing different versions of data. Hereby I first want to sort both via a Key Column, combine 'em and subsequently mark changes between the ...
5
votes
0answers
413 views

Alternatives for replacing text selection under Outlook with custom HTML code

I need to replace an user selection while editing an Outlook e-mail with my custom HTML code. I tried two approaches: Using the Clipboard In HTML mode. Getting the Word.Range from the ...
4
votes
0answers
116 views

Returned Recordset is closed (mysql DB accessed via ODBC in VBA)

Long time viewer first time poster. I'm working on a database application with a front-end in Excel. Hence I am using VBA to access a MySQL database. The driver I'm using is the ODBC driver (Windows) ...
4
votes
0answers
373 views

Office 2013 Excel .PutInClipboard is Different?

I've used a routine for years to put a plain text string into the clipboard that I can paste into another program such as: targetData.SetText "This is a plain text string" targetData.PutInClipboard ...
4
votes
0answers
126 views

Upload file with ADODB for Web-DAV “cannot find any objects or data in accordance with the name…”

I have an MS Access 2007 VBA application running on Windows 7. One crucial function is to upload files to a WebDAV server. The code below works perfectly on one PC, but fails on other PCs (and yes, ...
4
votes
0answers
145 views

Replacing dependents with another cell reference in VBA

I've written some VBA code which takes a single cell and identifies all its dependents in the workbook (via a NavigateArrow analysis) and adds their range location to an array. From here I want to be ...
4
votes
0answers
345 views

Late Binding Events

I can subscribe to Outlook events using the following in a Class Module where myOlApp uses early binding '**Class Module - clsOutlookHandler ** Public WithEvents myOlApp As Outlook.Application ...
3
votes
0answers
174 views

Word Ribbon VBA stops working when copied to Startup Folder

I have developed a small Ribbon for our company, which works fine when launched from it's dotm file - but I have problemswhen I try to store it in the Startup folder. I have stored it as a dotm file ...
3
votes
0answers
277 views

Outlook Rule with script keeps repeating

I am trying to run a rule in outlook that will forward any new mail that comes into a specific account that will change the subject line and forward the mail to a different account. I have set up a ...
2
votes
0answers
37 views

read pixel colors of an image using vba in excel

I am trying to read each pixel's color of a loaded image (or unloaded) in excel file using vba, IS there any way? I have seen the similar codes for vb (using getpixel) but I want the code for vba, ...
2
votes
0answers
45 views

Excel for Mac 2011 - Run-time error '-2147483640 (80000008)'

I'm new here so appreciate all the help you can give me and apologies if my question doesn't conform to an adequate standard. I have been experiencing some unusual behavior while using MS Excel for ...
2
votes
0answers
38 views

Outlook Get Other Emails in Email Thread

I am using VBA to format all outbound email messages in a certain way before sending. For example, I want to remove the first column from all tables which are embedded in the email. I use the ...
2
votes
0answers
28 views

Shape Variable Loses Reference to Some Shape Properties When the Selection is Changed

I am using VBA in Microsoft Word to manipulate shapes. I have an instance where a variable loses reference to some shape properties when the selection is changed. The following is the code. When ...
2
votes
0answers
33 views

How to close a freeform path with VBA

I have a series of freeform shapes copied from a third party application. These freeform shapes are made of open paths, which cannot be "combined" in PowerPoint (only freeforms made with closed paths ...
2
votes
0answers
81 views

VBA retrieve HTMLBody from Outlook mail

First I create an email via Outlook: Sub CreateHTMLMail() 'Creates a new e-mail item and modifies its properties. Dim olApp As Outlook.Application Dim objMail As Outlook.MailItem Set olApp = ...
2
votes
0answers
40 views

Replace() not working on image dimensions string from Shell

I'm trying to get the height of a bitmap by using the Shell object in VBA. Here is the relevant portion of code (bmp is a member of a custom class, and .Width is a property defined as an Integer.) ...
2
votes
0answers
64 views

Extracting a Specific Variable from a Class Module in VBA to a Standard Module

All, The following code is from Bloomberg. It is designed to extract bulk data from their servers. The code works, but I am trying to extract a specific variable generated in the class module and ...
2
votes
0answers
70 views

How to programatically pickup list items from a word file and generate few others?

I don't know much MS Office VBA. I have tons (literally) of quiz questions in word files. Task is to create question papers for students. Word file contains 900 quiz questions categorized chapter ...
2
votes
0answers
51 views

VBA On.Time() Background Check in Combination with regular Usage

I am currently experiencing an Issue with the On.Time() Command. The Ontime offsetvalue is set to 00:00:10 checking if Files are open. (Sort of a realtime checker). Sub MacroAutoRun1() Dim ...
2
votes
0answers
122 views

2-DRange -> Array -> 2D-Range with UDF Excel 2007 VBA

I'm trying to create a UDF that has 2D-Range as the input, resizes it, adjusts one of its values and has new 2D-Range as output. It is important to have Range as output since ranges will be used it ...
2
votes
0answers
107 views

Paste many excel charts to Word as links

I'm trying to write C# code to Copy-Paste charts from Excel and use Paste Link in MS Word, because with Excel, when you use Paste Link for the tables, text, charts, etc. I can click update all fields ...
2
votes
0answers
240 views

VBA Interacting With Radio Buttons On Webpage

I've been searching forums for a couple of hours now trying to find a solution to this problem, but none of the things I've tried work. I'm using VBA to automate the process of creating a survey on ...
2
votes
0answers
207 views

Upload Excel xlsm file to php script using VBA

I would like to upload an Excel xlsm file to a php script from VBA. I found the following code: Dim WinHttpReq As Object Set WinHttpReq = CreateObject("WinHttp.WinHttpRequest.5.1") Dim strURL As ...
2
votes
0answers
125 views

ShellExecuteEx print in VBA7 fails with access denied

We have VBA code in a Word macro that is used to download one or more documents, then print them using the Windows function ShellExecuteEx. The code runs successfully in Word versions 97, 2000, 2003, ...
2
votes
0answers
46 views

Automating Java Applet from IE and VBA

Is it possible to read from applets running in IE through VBA and to automate them (clicking buttons, selecting options etc.)? Would applet elements form some kind of a navigable DOM structure ...
2
votes
0answers
227 views

Excel web query 404 not found for site that exists

I am trying to use Excel 2010 to get web data using the Get External Data > From Web Excel is able to download data from (just checking the top left box to get the whole page) ...
2
votes
0answers
400 views

PowerPoint VBA How to set the color of msoAnimEffectChangeFillColor Effect

I am using PowerPoint 2010 and I am trying to add animation to a bunch of shapes that will change their color to green, but all I get is that the color is changing to dark red Private Sub ...
2
votes
0answers
259 views

Convert row with columns of data into column with multiple rows (RUN TIME ERROR)

I have a row of data as follows: header1 header2 header3 header4 header5 row key datavalue1 datavalue2 datavalue3 datavalue4 datavalue5.... CC ...
2
votes
0answers
151 views

Displaying Outlook template using Macro

Basically I have a Outlook template which I need to use when I reply to a message. I can get it to successfully show by itself but when I add the original message to display under the template the ...
2
votes
0answers
186 views

Look for a method of WorksheetFunction which returns an Integer

I consider TypeName function returns the exact type of a data in VBA. Now I am looking for a WorksheetFunction which can return an Integer, instead of Double. A lot of WorksheetFunction returns ...
2
votes
0answers
101 views

Export Comments from Powerpoint for Mac 2011 using VBA

I am trying to export reviewer comments (Insert->Comment) from a Powerpoint for Mac 2011 presentation. I have tried an export roughly based on the example VBA code here: Extracting comments from a ...
2
votes
0answers
70 views

Read VBA constant from VSTO add-in?

Is it possible for an Excel VSTO add-in to read a constant from the vba code of a workbook? For example I have two constants stored in a module of all excel workbooks I have created Public Const ...
2
votes
0answers
292 views

Publishing an Excel Workbook in Sharepoint Site

i have an excel workbook and i need to publish that work book in a sharepoint site using Excel VBA. So Ihave Created a method in a module using below code Private sc_Lists As SoapClient30 Public ...
2
votes
0answers
165 views

Public variable as Outlook Mail item do not stay persistant

I have a project where I have set up a public variable as a outlook mail item. All subs are in the same module. I set the variable as public at the top of the module Public CurrentMsg as ...
2
votes
0answers
733 views

Assign macro to a button created in run time VBA

My question is basically answered in this post But instead of the class code below: Sub CmdEvents_Click() MsgBox "Hello World" End Sub I need to run this code (it's just a sample, I want to use ...
2
votes
0answers
52 views

Use Python or VB to Add Outlook Account

Is there any way to add/delete account in outlook using python or VB? I've seen a few posts about Redemption Library for outlook access. But none of the functions in it will let you add account or ...
2
votes
0answers
292 views

How to get keypres event in MS Word in VBA?

I have a macros in VBA, it run on hot keys. How to run it on keypress in current document? On each key or some selected, like Enter?
2
votes
0answers
1k views

Dynamic Depending Lists in VBA

I have found that code (on: http://www.siddharthrout.com/2011/07/29/excel-data-validationcreate-dynamic-dependent-lists-vba/) really useful: Private Sub Worksheet_Change(ByVal Target As Range) Dim i ...
2
votes
0answers
2k views

Google Analytics API v3.0 query through Excel/VBA returning “401 - Invalid Credentials”. Why?

I'm setting up an Excel spreadsheet with some VBA to pull data in from Google Analytics via the latest version of the API. I've set up OAuth 2.0 authentication and I can obtain the access/refresh ...
2
votes
0answers
801 views

Adding controls to Excel workbook, via VSTO, resets everything in VBA

I have a VSTO Excel Addin solution which exposes certain methods to VBA through a ComVisible interface. Please refer this for a sample implementation. I am using VSTO 4 and Excel 2007/2010 for this. ...
2
votes
0answers
68 views

Working w/ JumpList in VSTO Word Application

Has anybody been doing this that can help me get started. In WPF I can work with it just fine in VSTO it looks like I can not use the Framework 4 Classes, but must use the WindowsAPICodePack. I have ...
2
votes
0answers
1k views

Outlook VBA to print select PDF files

I'm trying to print PDF attachments from outlook when I e-mail myself with the words "Print Me" in the subject line. The code as is right now is ignoring the requirement that the file be a PDF. It ...
2
votes
0answers
333 views

implementation of table valued parameters in visual basic

I'm using Visual Basic 6 and would like to pass a table-valued parameter to a SQL query. If possible, please share some code examples. I found the following link: ...
2
votes
0answers
992 views

Running a Telnet session from VBA

I have a VBA library that does FTP, I'd like to do telnet as well. At the moment I'm shelling out to a Perl script that does the telnet based on a text file, but I'd like to drive the telnet ...
2
votes
0answers
837 views

Microsoft Word VBA script to accept all deletions?

I work with a lot of revisions in Word 2010 (multiple authors with track changes on). I'd like to create a way to accept all deletions in a document without accepting the insertions. I did some ...
2
votes
0answers
235 views

How to copy shapes using delphi and word 2007 from source document to destination document?

The destination document is the same document as the original document except that there are no shapes in it and the text is stripped from it's style (but still having it's formatting). I can't seem ...
1
vote
0answers
17 views

Difference Between ApplyFilter and SetFilter

What is the difference between the DoCmd.ApplyFilter and DoCmd.SetFilter methods? I looked them up on msdn and I don't see the difference. They even have the same arguements.
1
vote
0answers
13 views

Rules and scripting -> Script not run immediately

I am assigning a category to a certain e-mail that then triggers a rule to run a script (in outlook). Everything works fine, I just cannot understand why the script does not run immediately after ...
1
vote
0answers
55 views

Getting source code (or HTML table) to show on EXCEL

I don't know what the problem is, but when I've pasted the source code of the link that I want to get it, on PASTEBIN, it worked. But it doesn't work the link on excel itself. Check the code: ...
1
vote
0answers
31 views

Rendering simple html code in Powerpoint text box

I have this string of html code and I want to display it in a Powerpoint Text box properly formatted as per the HTML code using VBA. Any suggestion on how I do that? I inserted some spaces in the ...

1 2 3 4 5 62