Subject: Programming Bug
I don't know if any of you are interested, but I found the programming bug in my EXIF data MS Word VBA program. I forgot that the name of one of my cameras is the Canon 800D instead of Canon T7i, so when I was running the program with the 800D name, it ignored it. The program was only following instructions and just did what I told it to do.
Also instead of running the code from within the programming module, I now created a custom menu, thanks to some code help from VBAExpress on the internet. The custom menu allows for me to show a form I developed. On this form it can do two things. It can run the program and can move down to the bottom were the results are shown. Oh...if you want to use a form, make the form vbModeless. Forms are useful in that it allows us to use it for other things that we might want later.
This is normal during programming development to constantly make corrections and improvements during the early stages. At least I figured it out about the Canon 800D name. It was driving me crazy a little, for I couldn't understand why the program worked perfectly for a while and then all of a sudden it did not.