Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is running, but NOT working..Also, placing AUTO_OPEN there does NOT
run..tested both Workbook_Open and AUTO_OPEN using "Stop".. Private Sub Workbook_Open() Application.ScreenUpdating = False Sheets("Details").Select Columns("I:I").Select Selection.NumberFormat = "m/d/yy;@" Columns("L:L").Select Selection.NumberFormat = "$#,##0.00_);[Red]($#,##0.00)" Columns("M:M").Select Selection.NumberFormat = "0" Columns("N:N").Select Selection.NumberFormat = "$#,##0.00_);[Red]($#,##0.00)" Sheets("Monthly Reconcile Report").Select: Range("A1").Select Application.ScreenUpdating = True End Sub Ideas? TIA - Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compile error in hidden module: thisworkbook | Excel Discussion (Misc queries) | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Compile error in hidden module: ThisWorkbook | Excel Discussion (Misc queries) | |||
Compile error in hidden module: ThisWorkbook | Excel Discussion (Misc queries) |