+ Reply to Thread
Results 1 to 4 of 4

How to store hidden binary data?

  1. #1
    Ahmad
    Guest

    How to store hidden binary data?

    hi!

    is there any interface (like Variables in MS Word) in Excel and
    powerpoint. actually i want to store some hidden binary data through
    VBA in PowerPoint and Excel. in word i have used document variable for
    it. but now i have to do same in Excel and Powerpoint. Any Idea about.

    Thanks in advance.

    Ahmad


  2. #2
    keepITcool
    Guest

    Re: How to store hidden binary data?


    either a hidden worksheet or names.

    you can add names with .visible=false that cannot be seen
    without vba. (or users may have Name Manager addin)




    --
    keepITcool
    | www.XLsupport.com | keepITcool chello nl | amsterdam


    Ahmad wrote :

    > hi!
    >
    > is there any interface (like Variables in MS Word) in Excel and
    > powerpoint. actually i want to store some hidden binary data through
    > VBA in PowerPoint and Excel. in word i have used document variable for
    > it. but now i have to do same in Excel and Powerpoint. Any Idea about.
    >
    > Thanks in advance.
    >
    > Ahmad


  3. #3
    Gap
    Guest

    Re: How to store hidden binary data?

    Can you stringify the binary data? That way you could hold them in a
    String variable.

    Or hold an array of longs

    Regds
    Gap.


  4. #4
    Peter Grebenik
    Guest

    Re: How to store hidden binary data?

    You'll find a lot of detail by looking at
    http://www.webace.com.au/~balson/Ins...l/Compress.htm


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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