Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2004

Tip: Looking for answers? Try searching our database.

Macro lovers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steven - 13 Apr 2004 15:02 GMT
anyone like writing macros? or know where i could findout how to write one
for this?

im after one that will do the following, with a button;

Sheet name = Totals
unhide colum A
Select Cells A2:J84
Select>Tools>Options>View>Showplaceholders
Select A1>dropdown>Show
hide colum A
Select>Tools>Options>View>Hide all
End

or does anyone know if this will make my rows auto hide or show when data is
on them? colum A has =IF(OR(B2="",B2=0),"Hide","Show) guess i can test it
while i wait :)

Thanks again everyone!

Steve
Don Guillett - 13 Apr 2004 15:17 GMT
You like macros. Try recording a macro while you do these actions. Here's
part.

Sub Macro5()
'
' Macro5 Macro
' Macro recorded 4/13/2004 by Don Guillett
'

'
   ActiveWorkbook.DisplayDrawingObjects = xlPlaceholders
   ActiveWorkbook.DisplayDrawingObjects = xlAll
End Sub
Signature

Don Guillett
SalesAid Software
donaldb@281.com

> anyone like writing macros? or know where i could findout how to write one
> for this?
[quoted text clipped - 17 lines]
>
> Steve
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.