hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
510 stars 138 forks source link

Specify Project explorer in installation steps #55

Closed jonadv closed 3 years ago

jonadv commented 3 years ago

Please adjust this line in Build.bas

' 5. If using a non-English version of Excel, rename your current workbook into ThisWorkbook (in VB Editor, press F4,
'    then under the local name for Microsoft Excel Objects, select the workbook. Set the property '(Name)' to ThisWorkbook)

to

' 5. If using a non-English version of Excel, rename your current workbook into ThisWorkbook (in VB Editor, **press Ctrl+R**,
'    then **in the Project Explorer** under the local name for Microsoft Excel Objects, select the workbook. Set the property '(Name)' to ThisWorkbook)

image

hilkoc commented 3 years ago

Thanks for your comment. Happy to accept a pull request for this.

jonadv commented 3 years ago

K I will make it soon

jonadv commented 3 years ago

would you agree that step 3 would improve if it is changed from


' 3. Rename the project to 'vbaDeveloper' 

to:


' 3. Rename the project to 'vbaDeveloper' (in Project Explorer (Ctrl+R to show) select current project and click F4 
'    to open Properties window. Then set property '(Name)' to 'vbaDeveloper')
jonadv commented 3 years ago

I'm adjusting a bit more, hope you agree. I got stuck on step 7 as well. Tried to save in the directory 'src', but there is a folder named vbaDeveloper.xlam, which doesnt let you save a file with the same name there. Only later I noticed it sais in the SAME directory as 'src', not in the directory 'src'. Just to amplify that I add "and the 'README.md' file":

' 7. In VB Editor, menu File-->Save Book1; Save as vbaDeveloper.xlam in the same directory as 'src' and the 'README.md' file

hilkoc commented 3 years ago

Thanks for your pull request. It's merged.