An implementation of Visual Basic that is built into Microsoft products.
1,656 questions with Developer technologies | Visual Basic for Applications tags
Why does the powerapps entries count stop at 100?
Hello, My Power Apps entries only count up to 100. I want the number to keep increasing since I've exceeded 100. I think the number should be correct. Is it logging the number of entries correctly? So why wouldn't the listed number be correct?
Developer technologies | Visual Basic for Applications
Sono spariti gli optionButton e CheckBox dal VBA!
Nel progetto di una userform nell'inserire OptionButton e CheckBox questi appaiono solo con la Caption ma la forma non c'è più! come posso risolvere?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
how to disassociate vba code from onedrive?
modle1 attempts to: ChDir "C:\Users\sthom\OneDrive\Wordle." i don't have a onedrive account. this code, which i did not write, causes my vba code to hang up while fixing errors in my code. to overcome this hang up i need to save and reload the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Address in, GPS coordinates returned; GPS coordinates in, address returned
I am looking for Visual Basic code or a Visual Studio control that can accept a world-wide mailing address as input, and return GPS coordinates. I am looking for Visual Basic code or a Visual Studio control that can accept GPS coordinates as input, and…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
VBA Excel - Getting the ActiveWorkbooks.Name that is having spaces
Hi, I have an Excel file (Archives_Years.xlsm) with a few sheets by years that I want to fill with some content of other files (excel or text files) that I am opening one by one in Excel (I have to adapt the VBA code depending of the file). In my…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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.