I have a code in my Excel sheet to upload multiple pictures from a scanner. In the 2003 version of Excel, I have a Macro for "Insert Picture from Scanner or Camera" function called "TWAIN" with the following code:
Application.CommandBars.FindControl(ID:=1764).Execute
With the changes in Excel, the 2016 version no longer supports this Macro, but my coding skills are minimal so I am in need of assistance on how to write this code using the 2016 version. All help is appreciated!
Application.CommandBars.FindControl(ID:=1764).Execute
With the changes in Excel, the 2016 version no longer supports this Macro, but my coding skills are minimal so I am in need of assistance on how to write this code using the 2016 version. All help is appreciated!