View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.powerpoint,microsoft.public.office.developer.automation
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default 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