约 605,000 个结果
在新选项卡中打开链接
  1. vba - Adding context sensitive help to my Excel workbook - Stack …

    2020年5月31日 · Help also support the HelpContextID property. I want to use it to display the exact topic that the user has asked for help. How do I get the HelpContextID from my Word …

  2. Add help to "No help available" Excel, VBA , User defined functions

    2018年7月9日 · I was trying to add some help to my user-defined function (UDF) in Excel, written using VBA (Visual Basic for Applications). I know how to add a description.Any idea how I can …

  3. What is the best way to create user help documentation for an …

    VBA solutions can vary widely in size. I would like to add user help documentation to all solutions but the level of effort to create and deploy the help needs to match the size of the solution.

  4. vba - Problem with EXCEL MacroOptions method to assign help …

    2022年9月15日 · In Excel, it is possible to assign help file (e.g. chm file) to a user-defined function using VBA code, Application.MacroOptions method. So, I faced a strange issue with it.

  5. excel - Using VBA to open a PDF file - Stack Overflow

    2024年2月8日 · You can open a file with CreateObject("Shell.Application").Open (fileFullName) to open it in the default application at first. On a side note, I moved the code to open the file in …

  6. chm - Excel VBA help documentation install - Stack Overflow

    2016年5月16日 · Screen shots shown here. After opening Excel Developer Help File I am getting the index on the left side and selected page opened on the right side which can be fully …

  7. Is there a way to access VBA help files from the command line

    2009年6月1日 · Another approach is to use the HTML Help command line program HH.EXE to either show specific pages, or to decompile a particular CHM into HTML files. Go to the folder …

  8. VBA Help - Update Sharepoint File through VBA - Stack Overflow

    2021年2月24日 · I am trying to update a sharepoint file using VBA, essentially this is a plan an employee would submit to their manager, and the manager clicks a button to approve it, which …

  9. How to create a simple help page for an Excel VBA add-in

    2018年1月15日 · Insert (copy) a sheet with the help & version in the current workbook (efficient and easiest to do, but a bit rude and intrusive) Create a VBA form with the help text in a label …

  10. How to create and write to a txt file using VBA - Stack Overflow

    Since most of the contents are repetitive in that file, only the hex values are changing, I want to make it a tool generated file. I want to write the c codes which are going to be printed in that …