Hello All,
So currently I have a macro that cleans up some data and the copies it so I can paste it into a different program. The formatting of this copied information needs to be very specific and if the "Insert" key is currently enabled it breaks the formatting when pasting the information into a different program.
Is there a way to disable the "Insert" key with a macro? At a very minimum does anyone know a way of VBA determining if the insert button is active, as then I can have a Msgbox pop up and warn them to manually disable it. The insert key is commonly used in the program in question so this error is more common that you may expect.
Thanks
So currently I have a macro that cleans up some data and the copies it so I can paste it into a different program. The formatting of this copied information needs to be very specific and if the "Insert" key is currently enabled it breaks the formatting when pasting the information into a different program.
Is there a way to disable the "Insert" key with a macro? At a very minimum does anyone know a way of VBA determining if the insert button is active, as then I can have a Msgbox pop up and warn them to manually disable it. The insert key is commonly used in the program in question so this error is more common that you may expect.
Thanks