About 15,000 results
Open links in new tab
  1. How to copy cell value from formula bar in VBA

    Oct 24, 2012 · I am experiencing the same problem. I used the suggested solution above, but it didn't work for me. Can someone pl let me know if this code works at all or i have to look for …

  2. Disable Design Mode - Excel VBA - social.msdn.microsoft.com

    Oct 22, 2018 · For more information, please review the following links: vba code to turn off 'design mode' in excel application how to disable the design mode How to Disable the Design mode of …

  3. How to parse HTML file from VBA code into Excel

    Answers 0 Sign in to vote Hi One option would be to open the file in Word as TextFile and take the content out Sub OpenAsText () Documents.Open "C:\\DOC.html", , , , , , , , , …

  4. Como posso deixar oculto (invisível) apenas um arquivo Excel, …

    Sep 2, 2020 · No VBA, temos o objeto Application e um dos seus métodos é o Visible que pode ser setado para False ou True. Todavia, esse objeto torna invisível ou visível todo o aplicativo …

  5. Setting references in VBA code - social.msdn.microsoft.com

    Apr 10, 2014 · When and where are you running this code, eg with both files fully loaded or at startup / workbook-open, as some event driven routine or stepping through in the VBE.

  6. Excel VBA: unexplained bad record length error

    Sep 20, 2017 · Below is the VBA Help for GET. I think the best solution is to open the file in binary mode rather than Random Mode. You are missing the 2 extra bytes in your record for the …

  7. Outlook bloqueia envio de email automático pela macro do excel.

    Estou utilizando uma macro para o excel que cria um e-mail automático e faz o envio do mesmo via Microsoft Outlook 2007. A macro está funcionando normalmente em diversos …

  8. Convert Word/Excel to PDF and XPS using OpenXML

    Oct 2, 2013 · I have a requirement in my project to convert the Word/Excel files (which are generated using OpenXML) to PDF and XPS files. I know we can achieve this using Interop …

  9. excel workbook com error

    Aug 31, 2010 · The only time you're allowed to use the "new" keyword with mots Office objects is to create a new instance of an Office application, as you do in the first line of code you show. …

  10. how to write formula in VBA? - social.msdn.microsoft.com

    Jun 12, 2013 · Figure out a formula that works in the first cell of the range and that would copy down correctly, then apply it to all the cells of the range, and then convert to values. For your …