An implementation of Visual Basic that is built into Microsoft products.
1,651 questions with Developer technologies | Visual Basic for Applications tags
Run time error 9, Subscript out of range eroor is showing while using Excel VBA
Run time error 9, Subscript out of range error is showing while using Excel VBA, When i am using Excel VBA and write coding for run a macro and when i run the code this error is showing, I tried every thing to solve this, but not working, I am unable to…
Developer technologies | Visual Basic for Applications
Visual Basic in Excel Instruction and function manual
I am having trouble finding basic information on instructions with detailed syntactical rules and similarly a list of functions in Visual Basic. EG... where do I find the exact syntax for dimensioning an array and declaring a range of cells as an…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
VBA control on worksheet calculations
I woud like to have VBA control over when a work sheet is calculated
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Need to figure out how to create drop down list in Powerpoint using developer option
I've watched the few videos and read articles I can find on this topic but still cannot figure out how to create a drop down list in powerpoint, using developer option. When I get to the point of entering my data in the code field: End…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
VBA trying to launch Outlook 2016
My VBA Excel code is set to send an email, but rather than using the existing Outlook on my laptop is trying to launch and install Outlook 2016
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
VBA Developer Mode?
Hi Community. DPA here. See attached screenshot. I need pointed in the right direction. I don’t know how to get started in VBA Developer mode in Outlook. I have read through both the “Visual Basic Guide” and the “Office VBA Reference/Outlook” in…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
conversione di Private Declare Function ShowWindow in PtrSafe
come converto questa funzione di Acces da Private Declare Function ShowWindow Lib "user32" _ (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long in PtrSafe?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
RamOptimizerWinUI\RamOptimizerWinUI\Form1.Designer.vb(23)
how do I resolve error code BC30002 in ram optimizer/winUI?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Unexpected Error when Dereferencing a Byte Array in VBScript
So, I am writing a VBS script that at some point needs to read a file byte by byte and do some computations on each byte. So, I use the following code to read each byte: Set Stream = CreateObject("ADODB.Stream") Stream.Type = 1 ' aka.…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Search for subform record based on text box
I am trying to bring up a form record based on text entered in a text box. The form "Furnace + Header Data Form" is a parent form, with 2 subforms called "Header Data Form" and "Surrogate Data Form". This question is in…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
how to input data from a spreadsheet into a macro
What's the simplest way to pass a number (such as a month number) in a cell of my EXCEL spreadsheet into a macro? I have Excel 24, not 365.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
download VBA library
Need to download VBA Library to work with macros in excel.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Having a VBA problem when writing an EXCEL macro
Tell me how I can send you an EXCEL file which details the gist of my problem.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
KB5094123 update causes RDS.DataSpace Optional parameter to reset to default value after COM+ function call
After installing Windows Server 2019 KB5094123 (June 2026 Patch Tuesday), we are experiencing an issue where Optional parameters passed to a COM+ DLL via RDS.DataSpace are being reset to their default values after an internal sub-function call…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Want: cross hair highlit in my excel sheet
Hello - I want to install or cretate VBA for cross hair highlit in my excel sheet. please provide me the ways to do that i can see cross hair highlights when i open my ecel sheet.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Edit/Customize Birthday Report
Is it possible to edit/customize reports? For example, telephone numbers are not listed on the birthday report.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Excel vba public variable not storing in do loop after update
For the below VBA code. We've been using this code for several years. Presently, the (below) code is not storing the Mrow data or (it forgets the value of the SEC-ID line) as soon as the code executes it leaves the SEC-ID line and the variable is…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Change color of Hebrew cantillation characters
Word options (Advanced) allow me to change color of all diacritics. I would like to change all diacritics to green and then change cantillation marks to red. Cantillation marks are Hex 0591-05AE, or Dec 1425-1454. I wonder if this can be done by ctrl-H,…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How to fix Run-time error '424;: Object required
Sub SaveC11s() Dim objAttachment As Outlook.Attachment Dim saveFolder As String Dim targetSubjectKeyword As String ' CONFIGURATION: Set your target folder path and subject keyword saveFolder = "\ComptonJenn\Downloads\Current Month…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Run-time error "53" window pop out when I use WORD
Why is there a window pop out saying Visual Basic for Application, Run-time error "53" when I open WORD.Ru
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.