Change MS Access application Icon in windows 11 - 10/05/2023 08:17 EDT
Budget: $30 – $250 USD
I am looking for a freelancer to help me out with a project.
I am upgrading my MS Access application to Windows 11 and need assistance in changing the application icon.
I already have an existing icon selected that needs to be replaced. However, I will need assistance from someone familiar with VBA code to make this change. So, if you have experience with VBA coding and have worked with Windows 11 applications before, then this might be the perfect project for you!
I'm using the following version of access: Microsoft® Access® for Microsoft 365 MSO (Version 2301 Build 16.0.16026.20002) 64-bit.
I'm currently using this code, but the Access icon is still displayed in the main window on windows 11:
Application.CurrentProject.Properties.Add "AppIcon", Application.CurrentProject.Path & "\myicon.ico"
Application.RefreshTitleBar
I am upgrading my MS Access application to Windows 11 and need assistance in changing the application icon.
I already have an existing icon selected that needs to be replaced. However, I will need assistance from someone familiar with VBA code to make this change. So, if you have experience with VBA coding and have worked with Windows 11 applications before, then this might be the perfect project for you!
I'm using the following version of access: Microsoft® Access® for Microsoft 365 MSO (Version 2301 Build 16.0.16026.20002) 64-bit.
I'm currently using this code, but the Access icon is still displayed in the main window on windows 11:
Application.CurrentProject.Properties.Add "AppIcon", Application.CurrentProject.Path & "\myicon.ico"
Application.RefreshTitleBar