![]() |
|
|
|||||||
| FlashChat | Actuarial Discussion | Preliminary Exams | CAS/SOA Exams | Cyberchat | Around the World | Suggestions |
D.W. Simpson and Company -- Actuary Salary
Surveys |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Does anyone know if for some reason a drop down option in excel can be lost when the file is saved?
|
|
#2
|
||||
|
||||
|
Are you're referring to the drop-down list data validation?
By "lost" are you referring to the validation criteria? or the value entered into the cell?
__________________
Has anyone really been far even as decided to use even go want to do look more like? |
|
#3
|
|||
|
|||
|
The validation criteria is getting lost.
|
|
#4
|
||||
|
||||
|
If you're storing it as .txt or .csv, then validation criteria won't be saved. I'm assuming that's not the problem, though.
I've had it happen before that I have run a macro like this... Code:
Dim shp as Shape
For shp in Activesheet.Shapes
shp.Delete
Next shp
It doesn't really sound like that is the issue here, though. I'm quite puzzled as to why validation criteria would be lost. Questions: 1. What version of Excel are you using? 2. What file format (.xls, .xla, .xlsx, .xlsb, etc) are you using? 3. Are there any macros present? 4. Is validation disappearing on one or a few cells? One sheet? Or everywhere?
__________________
And all this science, I don't understand; It's just my job five days a week...a rocket man, a rocket man... "I'm from Iowa. I only work in space." - Adm. James T. Kirk |
![]() |
| Thread Tools | |
| Display Modes | |
|
|