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...