hilkoc

Results 9 comments of hilkoc

Thanks for this. I managed to get it working. The main problem was this: When you're in an additional worktree, ``` remote = repo.remote(name='origin') remote.push() ``` does not work. So...

Check that events are enabled. In the VBA immediate window type `Application.EnableEvents = True` and verify it with `?Application.EnableEvents`

Thanks for all this useful input.I think it makes sense to add option 2 as a feature to the VbaDeveloper addin. > > On a mildly related note, do you...

Thanks for raising this. This is a good improvement. I'd be happy to accept a pull request for this.

This has to do with a particular setting in Excel, but I forgot which one.

This issue is also present in excel 97. The problem is on this line: vbaProject.VBComponents.Import filePath For some reason it does not work as it should. Maybe there is some...

An easier installation process would be great. If you have figured out a way to do that I'd be happy to merge that into this repo. However, please no binary...

Hi @brochuJP , I'd be happy to take a look. Where can I find your installer.bas?

Hi @DecimalTurn , I appreciate your engagement with this project and thinking about how to make things easier or better. Since this project is for people working with VBA source...