Hi there, I have a macro (AddNewPhoto) which allows me to select a photo and put it into my spreadsheet. The macro is triggered from a button on a userform.
I have also got a macro which will launch the camera on my tablet:
Sub launchCamera()
Dim MyFile As String
Dim Cmd As String
MyFile =...