dionysus_83
New Member
- Joined
- Feb 24, 2016
- Messages
- 30
I'm completely clueless here! I do have some code to run the app from Excel and then user can use camera regularly, but how to save taken picture directly into Sheet?
This will run the app, but how to grab a picture taken into Excel?
Code:
[/FONT][/COLOR]Sub RunCam()
Dim SHRTCT As String
Dim RNCMD As String
SHRTCT = "C:\Users\Public\Desktop\yyyy.lnk"
RNCMD = "RunDLL32.EXE shell32.dll,ShellExec_RunDLL "
Shell (RNCMD & SHRTCT)
End Sub[COLOR=#242729][FONT=Arial]
This will run the app, but how to grab a picture taken into Excel?
Last edited: