
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 you get a box …
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.
Cannot find VBA code, but need to edit it - MrExcel
Feb 4, 2025 · A few weeks ago I added VBA code in order to add drop-downs in one of the worksheets of my Excel file. It works great, but I need to modify it a bit. However, when I go to developer and …
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 listView with the …
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 as soon as …
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 Personal …
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.
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 see your …
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 …
Extracting VBA code from a closed, corrupt workbook - MrExcel
Nov 6, 2020 · Everyone, I found this post very interesting, although from backup perspective. I've built a workbook I use to export all vba code in another workbook as files. I however want to import the …