Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Excel Macro Q: Insert-Picture-Scanner....how to?

Can't make this work using the Macro Record auto process. I am trying to
automate scanning a picture (dvrs licence) into an area in an Excel sheet. It
works when I go through the steps manually but when I record a macro it does
not add the selecting of the Insert-Picture-Scanner-Scan.
I am a rookie so be gentle. Thks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel Macro Q: Insert-Picture-Scanner....how to?

This brings up the dialog for the user to select from.

Const FromScannerorCamera As Long = 1764
Application.CommandBars.FindControl(, FromScannerorCamera).Execute

NickHK

"Maximus" wrote in message
...
Can't make this work using the Macro Record auto process. I am trying to
automate scanning a picture (dvrs licence) into an area in an Excel sheet.

It
works when I go through the steps manually but when I record a macro it

does
not add the selecting of the Insert-Picture-Scanner-Scan.
I am a rookie so be gentle. Thks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Excel Macro Q: Insert-Picture-Scanner....how to?

Thanks. It worked perfect the first time. I really appreciate it.

"NickHK" wrote:

This brings up the dialog for the user to select from.

Const FromScannerorCamera As Long = 1764
Application.CommandBars.FindControl(, FromScannerorCamera).Execute

NickHK

"Maximus" wrote in message
...
Can't make this work using the Macro Record auto process. I am trying to
automate scanning a picture (dvrs licence) into an area in an Excel sheet.

It
works when I go through the steps manually but when I record a macro it

does
not add the selecting of the Insert-Picture-Scanner-Scan.
I am a rookie so be gentle. Thks




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I insert barcodes from a scanner into Excel cells? Tom Ogilvy Excel Programming 0 January 28th 07 12:50 AM
How do I insert barcodes from a scanner into Excel cells? John Coleman Excel Programming 0 January 27th 07 01:52 PM
Insert picture from scanner needed Wayne Excel Discussion (Misc queries) 1 June 18th 06 08:42 PM
insert picture excel 2007 from scanner or camera Jerry Stone Excel Worksheet Functions 0 June 13th 06 11:37 PM
How to Display the The Insert Picture from Scanner or Camera dialog box Browie[_2_] Excel Programming 2 December 15th 05 01:22 PM


All times are GMT +1. The time now is 07:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"