View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Teddy-B Teddy-B is offline
external usenet poster
 
Posts: 76
Default Filter Bold Cells VBA

I do not want to use autofilter. i am trying to write the VBA code into a
macro so that the user can run the macro with a single button.
Does anyone know how to write the VBA code?

"Mike H" wrote:

Hi,

You don't need VB for this, have a look here.

http://support.microsoft.com/default.aspx/kb/213923

Mike

"Teddy-B" wrote:

Hello All:
I need help writing a bold filter into my macro. I want to filter range
A1:A1000 to show only bold cells.

Thanks