How to store hidden binary data?

  • Thread starter Thread starter Ahmad
  • Start date Start date
A

Ahmad

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
 
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 :
 
Back
Top