enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. How to solve Excel VBA: Compile error in hidden module

    stackoverflow.com/questions/65335473

    Open Excel file which is having issue, press Alt + F11 go into its Visual Basic Editor. From the Tools menu select References ( Note, if references option is disabled in tools menu try closing and reopening file and enable Macro before proceeding next steps) Scroll through the available References List and uncheck any item start with MISSING:

  3. Press alt + f11/ Developer tab visual basic editor view tab - toolbar - edit - comments. Share.

  4. I developed a class library in Visual Studio 2019 using the .NET framework. Before building the project, I registered the.dll file to interop COM, and this process gave me a .tlb file. This class library was developed in VB.NET, besides that, it has a simple code: one class with one function (class calcular , function Soma ):

  5. How to restore VBA Editor to its initial settings?

    stackoverflow.com/questions/26810053

    Navigate to HKEY_CURRENTUSER\Software\Microsoft\VBA\6.0\Common; Right click on Common and Export to save the *.reg file somewhere safe. This is your back up. Double clicking this file will restore your current settings. Right click on Common and Delete it. Doing this will remove all of its subkeys that hold your personal settings.

  6. Learn how to define a SQL Server connection string for use in VB.NET on Stack Overflow.

  7. How to add reference to Microsoft.VisualBasic.dll?

    stackoverflow.com/questions/21212194

    Right click your References in the Solution Explorer click Add Reference,then search for Microsoft.VisualBasic and add it to your references. For more information see this documentation: How to: Add or Remove References By Using the Add Reference Dialog Box

  8. For those looking for the Visual Basic 6.0: Run-Time Redistribution Pack (SP6) (vbrun60sp6): none of the official Microsoft source has it anymore. So I ended up digging through some old backups of mine and I found a copy. I uploaded them here vbrun60sp6 - Visual Basic 6.0: Run-Time Redistribution Pack (SP6)

  9. Changing language of Visual Basic Editor to English

    stackoverflow.com/questions/52513747

    This thread at answers.microsoft.com suggests to have a look at the folder C:\Program Files\Common Files\microsoft shared\VBA\VBA7.1. Hello, I've had the same problem and finally found the solution. The language file for VBA editor interface is stored in the following folder with different subfolders:

  10. Open the Visual Basic window (usually ALT+F11 if I remember correctly) and open the VBAProject properties (Tools menu). Click on the Protection tab and change (do not remove at this stage) the password to something short and easy to remember (we'll be removing in next step). Save the workbook and then close and reopen.

  11. Run Time Error 5 - Invalid Procedure Call or Argument

    stackoverflow.com/questions/30538131

    Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Learn more Explore Teams