Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Unhiding rows in Excel

I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by highlighting
the whole spreadsheet and right clicking on "unhide". I also tried cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden, but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Unhiding rows in Excel

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook, and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet tab,
select "View Code" and either comment out or delete any code that appears.
Note that you may lose functionality - you could post the code here to get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden,
but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Unhiding rows in Excel

Bernie,
Thanks for replying! Please forgive my ignorance, but could you tell me how
to set the security level to high? I'm just a beginner! THanks!
--
kthomas


"Bernie Deitrick" wrote:

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook, and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet tab,
select "View Code" and either comment out or delete any code that appears.
Note that you may lose functionality - you could post the code here to get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden,
but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Unhiding rows in Excel

If you get warning when you open the workbook, just say No to it, and then
follow Bernie's suggestion. If you don't then make sure security is at
MEDIUM (ToolsMacroSecurity...), check Medium on the Security Level tab.
Save and close it, open it again, if you still get no warning, there are no
macros.
--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"kthomas" wrote in message
...
Bernie,
Thanks for replying! Please forgive my ignorance, but could you tell me
how
to set the security level to high? I'm just a beginner! THanks!
--
kthomas


"Bernie Deitrick" wrote:

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook,
and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet
tab,
select "View Code" and either comment out or delete any code that
appears.
Note that you may lose functionality - you could post the code here to
get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it
started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the
whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything
hidden,
but
that didn't work either. It's becoming a really serious problem for me
at
work and no one knows what to do. Please help!!
--
kthomas






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Unhiding rows in Excel

Hi Thomas,

It is eary to set Macors level High.

Go to Tools - Options - Security - Macro security and then select High as
required.

"kthomas" wrote:

Bernie,
Thanks for replying! Please forgive my ignorance, but could you tell me how
to set the security level to high? I'm just a beginner! THanks!
--
kthomas


"Bernie Deitrick" wrote:

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook, and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet tab,
select "View Code" and either comment out or delete any code that appears.
Note that you may lose functionality - you could post the code here to get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden,
but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Unhiding rows in Excel

Security level is already at "high" and I don't get any warnings when I open
it. I don't know what enabling macros means... is that only if I get a
warning? What next??
--
kthomas


"Igneshwara reddy" wrote:

Hi Thomas,

It is eary to set Macors level High.

Go to Tools - Options - Security - Macro security and then select High as
required.

"kthomas" wrote:

Bernie,
Thanks for replying! Please forgive my ignorance, but could you tell me how
to set the security level to high? I'm just a beginner! THanks!
--
kthomas


"Bernie Deitrick" wrote:

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook, and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet tab,
select "View Code" and either comment out or delete any code that appears.
Note that you may lose functionality - you could post the code here to get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden,
but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Unhiding rows in Excel

If you are set to "High" you will get no warning and macros will be disabled by
Excel.

If set to "medium" you will get a warning and the choice to enable or disable
macros.

If set to "low" there will be no warning and macros will be enabled.


Gord Dibben MS Excel MVP

On Fri, 2 Mar 2007 10:26:05 -0800, kthomas
wrote:

Security level is already at "high" and I don't get any warnings when I open
it. I don't know what enabling macros means... is that only if I get a
warning? What next??


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Unhiding rows in Excel

If your security level is at High (or Very High) then you won't get any
warnings about code being in the workbook, it will simply disable them UNLESS
they happen to be digitally signed by a trusted source. Then they may run
without alerting you.

I'd try this: go back into Macro Security and set the level to MEDIUM.
Close Excel (must be done for Excel to see the new security setting) and
reopen it. Load your workbook and then see if an alert comes up telling you
that the workbook has macros and asking you if it should permit them to run
(Enable) or not (disable). If this warning comes up, choose the [Disabled]
option and see how it behaves.

If it does not come up, most likely you do not have any macro code in the
workbook. Then we have to look elsewhere for the cause. It's pretty tough
to do anything like truly hide an entire row without code. I'm thinking that
conditional formatting could make things almost invisible, so please define
"hidden" - do you mean that you cannot even see the row numbers at the left
at all or that you can see the row numbers, but not the information in them?
Also you say you have to unhide each one individually and cannot select all
rows by clicking on a column letter and using unhide? What about if you
click on on a column letter and then choose [Format] then [Row] then Height
and set the row height to some non-zero value - say about 12 or 13? 12.75 is
default height for rows with 10 point font in them.

"kthomas" wrote:

Security level is already at "high" and I don't get any warnings when I open
it. I don't know what enabling macros means... is that only if I get a
warning? What next??
--
kthomas


"Igneshwara reddy" wrote:

Hi Thomas,

It is eary to set Macors level High.

Go to Tools - Options - Security - Macro security and then select High as
required.

"kthomas" wrote:

Bernie,
Thanks for replying! Please forgive my ignorance, but could you tell me how
to set the security level to high? I'm just a beginner! THanks!
--
kthomas


"Bernie Deitrick" wrote:

k,

It sounds like there is event code doing things in the background.

Try setting your macro security level to high, then open the workbook, and
DON'T enable macros. Unhide the rows, and see if the workbook behaves.

If it does behave when macros are disabled, right-click on each sheet tab,
select "View Code" and either comment out or delete any code that appears.
Note that you may lose functionality - you could post the code here to get
help figuring out what it is doing.

HTH,
Bernie
MS Excel MVP


"kthomas" wrote in message
...
I have a spreadsheet I use every day at work. A few weeks ago it started
hiding all the new data entries I made. I never knowingly changed any
properties and am convinced this spreadsheet is now possessed. I can
unhide
each row individually but it won't stay unhidden, even if I save the whole
thing under another name. Nor can I unhide them all at once by
highlighting
the whole spreadsheet and right clicking on "unhide". I also tried
cutting
and pasting into a new spreadsheet. Usually it unhides anything hidden,
but
that didn't work either. It's becoming a really serious problem for me at
work and no one knows what to do. Please help!!
--
kthomas



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unhiding Rows Struggling of Essex Excel Discussion (Misc queries) 7 March 7th 10 12:53 PM
(Unsuccessfully!) Unhiding Rows in Excel 2003 [email protected] Excel Worksheet Functions 6 May 24th 06 08:17 PM
hidden rows keep unhiding themselves! Markathepub Excel Discussion (Misc queries) 2 November 29th 05 04:39 PM
unhiding rows automatically Mr. G. Excel Worksheet Functions 13 April 19th 05 04:26 PM
Unhiding rows using data validation Mr. G. Excel Worksheet Functions 0 April 7th 05 06:37 PM


All times are GMT +1. The time now is 06:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"