Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ,
Can you plese told me ,how I can save in the excel some additional invisible information ,for example ,connection string or some string . I want to do it using VSTO ,so any other time when I load my Excel document ,I can read (with code) this information. But once again it should be invisible to ALL Users Thanks a lot |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put the data in a cell with the background color the same as the font color
and make the cell both hidden and protected -- Gary''s Student - gsnu200772 "Smugliy" wrote: Hi , Can you plese told me ,how I can save in the excel some additional invisible information ,for example ,connection string or some string . I want to do it using VSTO ,so any other time when I load my Excel document ,I can read (with code) this information. But once again it should be invisible to ALL Users Thanks a lot |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want that it will not be displayed at all !
"Gary''s Student" wrote: Put the data in a cell with the background color the same as the font color and make the cell both hidden and protected -- Gary''s Student - gsnu200772 "Smugliy" wrote: Hi , Can you plese told me ,how I can save in the excel some additional invisible information ,for example ,connection string or some string . I want to do it using VSTO ,so any other time when I load my Excel document ,I can read (with code) this information. But once again it should be invisible to ALL Users Thanks a lot |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At least two methods come to mind, Defined Names and Custom Document
Properties. -- Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) "Smugliy" wrote in message ... Hi , Can you plese told me ,how I can save in the excel some additional invisible information ,for example ,connection string or some string . I want to do it using VSTO ,so any other time when I load my Excel document ,I can read (with code) this information. But once again it should be invisible to ALL Users Thanks a lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get additional information | Excel Discussion (Misc queries) | |||
Excel Chart - additional information added | Excel Discussion (Misc queries) | |||
Need your help. I need to add additional information into cells | Excel Programming | |||
Bringing additional information in with combo box selection | Excel Worksheet Functions | |||
Repost for additional information | Excel Programming |