Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Reverse Macro after it has run

I have successfullu run a Macro to hide certain rows that have zero sum
value, however I need guidance in being able to refresh my page once this has
been down. In order words, beside unhiding the rows that have been hidden to
start over, how can I reverse my Macro?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Reverse Macro after it has run

Unhide them:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 5/20/2008 by James Ravenswood
'

'
Cells.Select
Selection.EntireRow.Hidden = False
End Sub



--
Gary''s Student - gsnu200787


"Mike" wrote:

I have successfullu run a Macro to hide certain rows that have zero sum
value, however I need guidance in being able to refresh my page once this has
been down. In order words, beside unhiding the rows that have been hidden to
start over, how can I reverse my Macro?

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Reverse Macro after it has run

Worked! Thanks

"Gary''s Student" wrote:

Unhide them:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 5/20/2008 by James Ravenswood
'

'
Cells.Select
Selection.EntireRow.Hidden = False
End Sub



--
Gary''s Student - gsnu200787


"Mike" wrote:

I have successfullu run a Macro to hide certain rows that have zero sum
value, however I need guidance in being able to refresh my page once this has
been down. In order words, beside unhiding the rows that have been hidden to
start over, how can I reverse my Macro?

Thank you

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
reverse value rb Excel Worksheet Functions 1 March 28th 07 02:51 AM
reverse value Mike Excel Worksheet Functions 0 March 28th 07 12:08 AM
Reverse column order with a macro [email protected] Excel Discussion (Misc queries) 3 June 1st 06 10:39 PM
Reverse Sum vjeevar Excel Discussion (Misc queries) 2 February 8th 06 10:04 PM
Reverse a Macro - works like back button spydor Excel Discussion (Misc queries) 1 January 3rd 06 12:39 AM


All times are GMT +1. The time now is 11:37 PM.

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"