1,554 questions with Developer technologies | Visual Basic for Applications tags
Need Power BI + Excel sandbox access in Microsoft 365 Developer Program
Note: None of the available sub‑tags match my issue. This is about the Microsoft 365 Developer Program sandbox access for Power BI and Excel. Hi, I joined the Microsoft 365 Developer Program to build a reporting prototype using Power BI and Excel.…
Developer technologies | Visual Basic for Applications
Microsoft Access Duplicate Button stopped working with windows 11
Duplicate Button = Command44 (Used to work with Windows 10, Not working with windows 11) On Click = Event Private Sub Command44_Click() On Error GoTo Err_Command44_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem…
Developer technologies | Visual Basic for Applications
Need Power BI + Excel sandbox access in Microsoft 365 Developer Program
Note: None of the available sub‑tags match my issue. This is about the Microsoft 365 Developer Program sandbox access for Power BI and Excel. Hi, I joined the Microsoft 365 Developer Program to build a reporting prototype using Power BI and Excel.…
Developer technologies | Visual Basic for Applications
Como convertir VB6 a VB.Net
Hola Saben como convertir un proyecto en VB6 a VB.Net?
Developer technologies | Visual Basic for Applications
Trouble Using a Named Range with Rows( )
Hello All! I'm a Visual Basic "newbie" - just 2 days into my Visual Basic experience. I have a need to hide and/or unhide a range of rows at the bottom of a filtered table. The following subroutines using specific Row references…
Developer technologies | Visual Basic for Applications
Fail to run a Excel VBA Code in Windows Server while successfully run it in Windows 11
I have an Excel file with a bunch of VBA code from my teammate. I tried to open and run the VBA function in Windows 11, and everything worked successfully. However, when I tried to open this Excel file on a Windows Server, I encountered a runtime…
Developer technologies | Visual Basic for Applications
how do i deal with macros in this project is disabled
Am learning about visual basic language programming. but when i run the program,it says the macros in this project are disabled.
Developer technologies | Visual Basic for Applications
Bginfo and vbscript deprecation
Hi, Back in May 2024 Microsoft announced Vbscript (https://techcommunity.microsoft.com/blog/windows-itpro-blog/vbscript-deprecation-timelines-and-next-steps/4148301) will be deprecated with it moving to disabled by default in Features On Demand (FoD)…
Developer technologies | Visual Basic for Applications
Reporting mail
Hi, I haven’t received my reporting mail yet after choosing Community Skillers. May I know when it will be sent or if there’s any update?
Developer technologies | Visual Basic for Applications
How to deploy ViserBank – Digital Banking System on Microsoft Azure?
Hello, I’m currently working on ViserBank, a digital banking and financial management system developed by ViserLab. It’s a Laravel-based web application that includes features like user accounts, transaction management, and multi-level admin control. I’d…
Developer technologies | Visual Basic for Applications
How do I change the settings so I can modify the executable alliases for python
I am trying to get python installed on my windows 10. After downloading python a command box popped up and it stated that i needed to change settings so i can modify the executable aliases. I went to settings but I am lost on where to find this…
Developer technologies | Visual Basic for Applications
How to fix audio
After reinstalling Windows 11 on my GTBook 15 Gen2 laptop, I have been unable to hear any audio through the built-in speakers or wired headphones. Details: The audio output only works when using Bluetooth devices. However, Bluetooth audio has a…
Developer technologies | Visual Basic for Applications
[Solved] VS2022 Not recognize form as a Windows Form
Hi, Im new to the forums and new into the VB.net world as well, i use to code in excel vba but i decided to made the jump to something newer and better. Iv been designing my app using the latest VS2022 version 17.14.19, using Windows Forms, i have 2…
Developer technologies | Visual Basic for Applications
Exception when calling native function with ByVal arguments in 64 bit VBA
I'm trying to make a C++/CLI dll to wrap a managed assembly so it can be called from VBA inside Excel (I specifically want to avoid using COM). It shall only support 64 bit. I have based my test code on the dotnet cpp-cli sample and added four…
Developer technologies | Visual Basic for Applications
how to fix A D3D11-compatible GPU (Feature Level 11.0, Shader Model 5.0) is required to run the engine on valorant
i recently bought a lenovo slim 7i aura edition. i tried to play valorant in this pc but it keeps saying A D3D11-compatible GPU (Feature Level 11.0, Shader Model 5.0) is required to run the engine. even tho it opened twice randomly. all my laptops specs…
Developer technologies | Visual Basic for Applications
Update SharePoint multi choice field programmatically
Need help with updating a multi-choice field in a SharePoint List using VBA. Key points: I'm using an ADODB.connection object to update a SharePoint list. I am successful opening the connection, building the necessary SQL Update command and running…
Developer technologies | Visual Basic for Applications
How to do a ticket system with outlook or any Microsoft application ?
Hi, I work in a college and we need a simple ticketing system that can be done through outlook emails or any other Microsoft application. If not possible with Microsoft applications, then any other application that is free and simple to use. And also…
Outlook | Windows | Classic Outlook for Windows | For business
Developer technologies | Visual Basic for Applications
Excel VBA related query
Public Sub ResetAllTimerShapes() Dim ws As Worksheet Dim names As Variant, nm As Variant Dim labelText As String On Error Resume Next Set ws = ThisWorkbook.Sheets("Checklist") If ws Is Nothing Then Exit Sub '…
Developer technologies | Visual Basic for Applications
No way to cancel pay as you go VS Pro subscription
There is no way to cancel the visual studio subscription. When i follow the steps, its says I dont have correct permissions to access the azure billing. And yet I am the only person in the organisation and the administrator. It seems that switching…
Developer technologies | Visual Basic for Applications
Challenges and Best Practices in Developing a Successful eCommerce App
Discuss the key aspects of building a high-performing eCommerce app, from UI/UX design and payment integration to scalability and security. Share experiences, solutions, and recommendations on technology stacks, marketplace app development strategies,…
Developer technologies | Visual Basic for Applications