Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Swapping two word and placing them in another cell | Excel Worksheet Functions | |||
Swapping two words in a cell and placing them in another cell | Excel Worksheet Functions | |||
Placing Col & Row identifiers into a cell as text | Excel Worksheet Functions | |||
Placing word into a seperate cell | Excel Discussion (Misc queries) | |||
placing a point on a image | Excel Programming |