About 94,800 results
Open links in new tab
  1. VBA Macro code not Displaying | MrExcel Message Board

    Dec 13, 2010 · I have tried view code, Double clicking on the module, Right click view code. When I double click the VBA project title nothing happens either which is strange (Normally …

  2. Is it possible to view a VBA project without opening the excel file

    Nov 1, 2008 · Check Excel VBA help for the worksheet.open method. It contains information on how to control manual / automatic code execution.

  3. Require password to view worksheet | MrExcel Message Board

    Dec 5, 2017 · I like the simplicity of clicking once to bring up the password box and then entering a password to run a defined macro. That obviously opens up many more options than simply …

  4. How to unhide a hidden macro? | MrExcel Message Board

    May 23, 2010 · I have an Excel workbook that was created by a former coworker. It includes a macro that, among other things, displays a message box about the 2008 file. The macro runs …

  5. find out what macro is assigned to a button - MrExcel

    Nov 4, 2004 · Hi, Someone else wrote and assigned macros to a button. Is there any way to determine what macro is assigned to that button? THanks.

  6. Macro's have disappeared but are still in VBA - MrExcel

    May 28, 2018 · Hi, using Office 365. I have a workbook I am building and the macro I wrote isn't showing up in the view macros box. I've tried viewing by name and by "this workbook". The …

  7. Display line numbers in Visual Basic Editor. - MrExcel

    Jul 21, 2002 · After clicking the tools, macro, display editor , click the view , project explorer. Look for the directory module and double click it. However, if it is password protected, you will not …

  8. Searching Items in List View | MrExcel Message Board

    Aug 26, 2023 · Please suggest me a VBA code to delete the record from excel table with button click by matching the row ID of the selected row in listView. I have loaded the table data in …

  9. Multiple VBA editor windows | MrExcel Message Board

    Apr 28, 2010 · I copy code from one macro to the other macro in a different workbook. However, I can't open VBA editor windows for the two different workbooks side by side simultaneously.

  10. How can I check the value of my vba variable? - MrExcel

    Feb 12, 2003 · In the VBA window how can I check the current value of one of the variables in my code?