Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Downloading image and placing in cell.


I've created a spreadsheet with several sheets for printing out employe
ID
badges.

Basically there's a picture, name, address, employee number and
barcode.

I currently create the barcode by going to this site:
http://www.idautomation.com/java/linearservlet.html

and then pasting the image into the ID.

Alternatively, I can go he
http://tinyurl.com/4588y

Where XXXX is the four digit employee ID number.

What I'd like to do is this:

I want to enter their ID number in a field, and have the barcode cel
automatically fill with the proper barcode. Of course, this would onl
work from an internet connected PC, but that's not really an issue.

Thoughts

--
Rayd
-----------------------------------------------------------------------
Raydr's Profile: http://www.excelforum.com/member.php...fo&userid=1641
View this thread: http://www.excelforum.com/showthread.php?threadid=27782

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Downloading image and placing in cell.


This may help you get started

Sub GetBarCodeImage()
Dim BarCodeNumber As Integer

Const Url1
"http://ida.20after4.net/servlet/com.idautomation.linear.IDAutomationServlet?FORMAT =GIF&BARCODE="
Const Url2
"&BAR_HEIGHT=.5&CODE_TYPE=CODE128&X=0.03&CHECK_CHA R=Y&CHECK_CHARINTEXT=Y&CODE128_SET=0&ST=N"

BarCodeNumber = 1234
ActiveSheet.Pictures.Insert Url1 & BarCodeNumber & Url2

End Su

--
Ivan F Moal

-----------------------------------------------------------------------
Ivan F Moala's Profile: http://www.excelforum.com/member.php...nfo&userid=195
View this thread: http://www.excelforum.com/showthread.php?threadid=27782

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
Swapping two word and placing them in another cell Christie Excel Worksheet Functions 1 February 12th 09 12:49 AM
Swapping two words in a cell and placing them in another cell Christie Excel Worksheet Functions 1 February 12th 09 12:42 AM
Placing Col & Row identifiers into a cell as text John Excel Worksheet Functions 3 May 28th 08 01:46 AM
Placing word into a seperate cell Daniel- Sydney Excel Discussion (Misc queries) 9 October 25th 07 11:43 PM
placing a point on a image Peter Meulenmeesters Excel Programming 1 April 8th 04 06:37 AM


All times are GMT +1. The time now is 08:08 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"