It seems like there is a small issue with your repo named ds_mod_2_VBA.
Currently, it is not marked as a VBA repo because the files that contain your VBA code don't have a file extension.
To solve this issue and make sure that files in your repo are correctly identified as VBA, you could simply add the file extensions .vba
By using the .vba extension, you make sure that all you VBA code will be correctly detected by GitHub as VBA and you also get syntax highlighting of you code making it easier to read.
This message was autogenerated. If you believe that it was an error, please reply to let us know and improve the bot.
Hi @agreid057,
It seems like there is a small issue with your repo named ds_mod_2_VBA.
Currently, it is not marked as a VBA repo because the files that contain your VBA code don't have a file extension.
To solve this issue and make sure that files in your repo are correctly identified as VBA, you could simply add the file extensions
.vba
By using the
.vba
extension, you make sure that all you VBA code will be correctly detected by GitHub as VBA and you also get syntax highlighting of you code making it easier to read.This message was autogenerated. If you believe that it was an error, please reply to let us know and improve the bot.