About 8,520 results
Open links in new tab
  1. Can a hyperlink execute a VBA macro? - social.msdn.microsoft.com

    May 27, 2019 · 3. With a Hyperlink to a file, the Hyperlink with the image is permanent. You can make a Hyper link to a file location and call up a file such as a PDF (if it exists) but if the …

  2. how to assign a macro to an excel cell (click)

    Nov 25, 2009 · on sheet 3 i have a command button on pressing which it runs a macro. Can you help me get rid of that command button. is is possible to run the macro when that worksheet is …

  3. Adding Classes WithEvents to MS Access Form

    Jul 12, 2013 · I'm having a hard time trying to incorporate some custom classes I have created into an Access Form using WithEvents. The custom classes I want to use are not tied to …

  4. VBA-Excel Cell Default Value - social.msdn.microsoft.com

    Jun 2, 2020 · Using VBA, I am running an embedded application within Excel to perform multivariable, linear regression. The name of this application is "ATPVBAEN.XLAM!Regress". …

  5. VBA - Excel - Saving an embedded text file on disk.

    Jul 13, 2012 · Using VBA, I need to manipulate the content of a simple flat text file (.txt) which has been embedded in a Microsoft Office Excel document. I need to save it as a file and/or being …

  6. Create a new VBA project - social.msdn.microsoft.com

    Apr 9, 2014 · An Excel VBA project is ALLWAYS part of a workbook. And a workbook can only contain ONE VBAProject. So you add a new project by starting a new workbook (control+n) or …

  7. Calculating VBA digital signature hash for Access MDB

    Nov 5, 2016 · This algorithm is valid vor any office file except Access. Access adds something so the hash is different. Access also says "there is a macro" if there is no VBA code but just …

  8. disable all shortcut key in VBA - social.msdn.microsoft.com

    Jan 25, 2011 · What you have to do is no different whether you make a VBA macro or use another programming language... The only thing you could do that would be different would be …

  9. Access VBA Reference Descriptions and Enumeration

    May 13, 2015 · Is there a place to see the descriptions of the purpose for and type enumerations of reference libraries for Access VBA? Going to the list is minimally helpful, as there are often …

  10. how to align hyperlink in table - social.msdn.microsoft.com

    Oct 7, 2021 · I add hyperlink at run time ,but how to set alignments HyperLink dayHyperLink= new HyperLink (); dayHyperLink.Text=day1.Day.ToString ()+ " " +day1.DayOfWeek.ToString ();