Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default macro to find all formulas in a workbook

Anyone have a macro that highlights all the formulas in a workbook and shades
the cell a given color?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default macro to find all formulas in a workbook

For the active sheet in yellow:

Sub dave()
Set r = ActiveSheet.UsedRange.SpecialCells(xlCellTypeFormu las)
r.Interior.ColorIndex = 6
End Sub

--
Gary''s Student
gsnu200711

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default macro to find all formulas in a workbook

click F5 Special select Formulas Ok select any color you want Enter


"Dave F" wrote:

Anyone have a macro that highlights all the formulas in a workbook and shades
the cell a given color?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.

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
Run macro to find names on seperate workbook, then add info from t Tim Excel Discussion (Misc queries) 1 March 22nd 06 03:47 PM
find and replace within workbook macro CVL Excel Discussion (Misc queries) 1 February 9th 06 10:32 PM
Runing a macro in a workbook from another macro in other workbook dhatul Excel Discussion (Misc queries) 0 January 13th 06 06:27 AM
Find Macro across workbook [email protected] Excel Worksheet Functions 3 January 4th 06 02:30 PM
How to Find Workbook with Macro Scott G Excel Discussion (Misc queries) 0 February 25th 05 02:52 PM


All times are GMT +1. The time now is 05:16 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"