+ Reply to Thread
Results 1 to 2 of 2

Possible to have BarCodes in Excel with no font or external DLL/App required?

  1. #1
    Registered User
    Join Date
    06-29-2010
    Location
    London, England
    MS-Off Ver
    Excel 2000
    Posts
    1

    Possible to have BarCodes in Excel with no font or external DLL/App required?

    Hello All,

    Is it possible to have BarCodes (e.g. code128) in Excel with no font or external DLL/App required? I want to use a BarCode in a spreadsheet, but I can't expect all users to have a special font or DLL/app/ActiveX control installed.

    I was thinking it might be possible for a VBA script to create a picture of the barcode and embed that in the spreadsheet. I can't pre-generate the barcodes, the end users will change the data in a cell.

    Has someone done this? Is it possible? Where would I start?

    --Jeff

  2. #2
    Registered User
    Join Date
    08-06-2010
    Location
    Kazan, Russia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Possible to have BarCodes in Excel with no font or external DLL/App required?

    Quote Originally Posted by SWJeff View Post
    it might be possible for a VBA script to create a picture of the barcode and embed that in the spreadsheet
    --Jeff
    Try this:
    Please Login or Register  to view this content.
    It may be slow because each shape seems to be an OLE object. But you don't need to install addtitional software

    PS More interestig way is to draw bars using WIN API and metafile. And then assign the metafile handle to Image object to display it. I think I can build a sample if you still need it.
    Last edited by strokescribe; 08-12-2010 at 03:43 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1