Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Is there any way to set the autofilter of a specified column to "non blank" when the workbook is started?

Is there any way to set the autofilter of a specified column to "non
blank" when the workbook is started?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Is there any way to set the autofilter of a specified column to "non blank" when the workbook is started?

Daniel,

Add this sort of code to the Thisworkbook code module

Private Sub Workbook_Open()

Columns("A:A").AutoFilter Field:=1, Criteria1:="<"

End Sub

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Daniel" wrote in message
om...
Is there any way to set the autofilter of a specified column to "non
blank" when the workbook is started?

Thanks



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
Getting "file corrupted" messages, started recently. Evilive138 Excel Discussion (Misc queries) 1 October 15th 08 02:26 PM
cancel the "Getting Started" Dialogue Box when I open XL/Word jazzy1 Setting up and Configuration of Excel 1 May 2nd 08 12:53 AM
How to AutoFilter certain cells in a column (in Excel not VBA) for an Asterisk "*" ? EagleOne Excel Discussion (Misc queries) 2 August 3rd 07 05:20 PM
How to permanently get rid of "Getting Started" task pane in Exce nvizble Excel Discussion (Misc queries) 2 January 28th 06 05:49 AM
Changing "returned" values from "0" to "blank" LATATC Excel Worksheet Functions 2 October 20th 05 04:41 PM


All times are GMT +1. The time now is 10:31 PM.

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

About Us

"It's about Microsoft Excel"