David has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Excel VBA
The version of Excel where I work does not show the Personal Project in the Project Explorer of the VB Editor. Where can I find it?
RE: Excel VBA
Hi David
The Personal Macro Workbook will only show up on the Project Explorer window if its ever been used to record a macro.
If its not showing on your VB Editor its because no one has ever used your computer's Personal Macro Workbook to store a macro.
So if you record a macro (even with no code) and store it in the Personal Macro Workbook then next time you open the VB Editor the Personal Project will appear.
Hope this helps
Carlos